diff options
author | Travis Howell | 2006-02-05 00:56:00 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-05 00:56:00 +0000 |
commit | 002dd49e12e10dc7a7979f77cd4ff6232f9daaa2 (patch) | |
tree | 96443b452920769c09b95c4232837c9cafcbe2f2 | |
parent | 937a5f8af5289fb05911e76d31620368e745851f (diff) | |
download | scummvm-rg350-002dd49e12e10dc7a7979f77cd4ff6232f9daaa2.tar.gz scummvm-rg350-002dd49e12e10dc7a7979f77cd4ff6232f9daaa2.tar.bz2 scummvm-rg350-002dd49e12e10dc7a7979f77cd4ff6232f9daaa2.zip |
Fix broken game detection for now.
svn-id: r20384
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index b52a1c0464..d8e2a31dda 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -3046,7 +3046,7 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) { */ } else if (buf[4] == '0' && buf[5] == 'R') { // newer V3 game - if (g->version != 3 || (g->features & GF_OLD_BUNDLE)) + if (g->version != 3) break; // Candidates: indy3, indy3Towns, zakTowns, loomTowns /* |