diff options
Diffstat (limited to 'scummvm.cpp')
| -rw-r--r-- | scummvm.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index 1d2d47e458..e91a21aa63 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -1051,10 +1051,7 @@ void Scumm::launch() if (_gameId==GID_MONKEY2 && _bootParam == 0) _bootParam = 10001; - if (_features & GF_SMALL_HEADER) - readIndexFileSmall(); - else - readIndexFile(); + readIndexFile(); initRandSeeds(); |
