Fix broken game detection for now.
svn-id: r20384
This commit is contained in:
parent
937a5f8af5
commit
002dd49e12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue