diff options
-rw-r--r-- | engines/sci/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 42c1027532..a931d87e35 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -667,7 +667,7 @@ int ResourceManager::addAppropriateSources() { if (!foundVolume && // GK2 on Steam comes with an extra bogus resource map file; - // ignore it + // ignore it instead of treating it as a bad resource (g_sci->getGameId() != GID_GK2 || mapFiles.size() != 2 || mapNumber != 1)) { warning("Could not find corresponding volume for %s", mapName.c_str()); |