Implemented the read resource index as the first virtual fonction...
svn-id: r3803
This commit is contained in:
parent
ccf69ad76b
commit
e63a818d21
4 changed files with 13 additions and 15 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue