Implemented the read resource index as the first virtual fonction...

svn-id: r3803
This commit is contained in:
Vincent Hamm 2002-03-23 22:03:35 +00:00
parent ccf69ad76b
commit e63a818d21
4 changed files with 13 additions and 15 deletions

View file

@ -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();