diff options
author | Colin Snover | 2017-06-08 00:28:32 -0500 |
---|---|---|
committer | Colin Snover | 2017-06-08 00:28:44 -0500 |
commit | e29f60858dc4172f91d235219e76a9e13e4d72f9 (patch) | |
tree | 428e670940bedf6f48daad9c5c783a37349f7b51 /engines | |
parent | 2482a78fa3809b5cb0ab6808253db286c0f8bcd6 (diff) | |
download | scummvm-rg350-e29f60858dc4172f91d235219e76a9e13e4d72f9.tar.gz scummvm-rg350-e29f60858dc4172f91d235219e76a9e13e4d72f9.tar.bz2 scummvm-rg350-e29f60858dc4172f91d235219e76a9e13e4d72f9.zip |
SCI32: Clarify code comment about Steam GK2 RESMAP.001
Diffstat (limited to 'engines')
-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()); |