From e32f17d803ccdd409758e21d1473d4d51389881a Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 29 Aug 2003 02:45:38 +0000 Subject: don't try to read objectRoomTable for HEv7 games right now svn-id: r9898 --- scumm/resource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/resource.cpp b/scumm/resource.cpp index 4c8a8c4f1c..83151e1b9a 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -341,8 +341,8 @@ void Scumm::readIndexFile() { } if (_features & GF_AFTER_HEV7) { // _objectRoomTable - //_fileHandle.seek(num * 4, SEEK_CUR); - _fileHandle.read(_objectRoomTable, num * 4); + _fileHandle.seek(num * 4, SEEK_CUR); + //_fileHandle.read(_objectRoomTable, num * 4); } } -- cgit v1.2.3