[Scummvm-git-logs] scummvm master -> e0c9fe3e3593c65abbb8bb248851e72b55d50635
aquadran
noreply at scummvm.org
Sun May 29 19:57:21 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e0c9fe3e35 AGS: Silence warning
Commit: e0c9fe3e3593c65abbb8bb248851e72b55d50635
https://github.com/scummvm/scummvm/commit/e0c9fe3e3593c65abbb8bb248851e72b55d50635
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-05-29T21:57:17+02:00
Commit Message:
AGS: Silence warning
Changed paths:
engines/ags/shared/core/asset_manager.cpp
diff --git a/engines/ags/shared/core/asset_manager.cpp b/engines/ags/shared/core/asset_manager.cpp
index edb3efdbbd5..ed88ad47f65 100644
--- a/engines/ags/shared/core/asset_manager.cpp
+++ b/engines/ags/shared/core/asset_manager.cpp
@@ -36,9 +36,9 @@ namespace Shared {
inline static bool IsAssetLibDir(const AssetLibInfo *lib) {
return lib->BaseFileName.IsEmpty();
}
-inline static bool IsAssetLibFile(const AssetLibInfo *lib) {
- return !lib->BaseFileName.IsEmpty();
-}
+//inline static bool IsAssetLibFile(const AssetLibInfo *lib) {
+// return !lib->BaseFileName.IsEmpty();
+//}
bool AssetManager::AssetLibEx::TestFilter(const String &filter) const {
return filter == "*" ||
More information about the Scummvm-git-logs
mailing list