mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 11:46:54 +00:00
Don't skip arrayindex in HE 7.2 games
svn-id: r14741
This commit is contained in:
parent
68acd13ad4
commit
4bdbd79690
@ -533,8 +533,6 @@ void ScummEngine::readIndexFile() {
|
||||
_fileHandle.read(_objectStateTable, num);
|
||||
_fileHandle.read(_objectOwnerTable, num);
|
||||
_fileHandle.read(_objectRoomTable, num);
|
||||
if (_heversion >= 72)
|
||||
_fileHandle.seek(num, SEEK_CUR);
|
||||
} else {
|
||||
_fileHandle.read(_objectOwnerTable, num);
|
||||
for (i = 0; i < num; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user