aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v3.cpp')
-rw-r--r--scumm/resource_v3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v3.cpp b/scumm/resource_v3.cpp
index 4211274a55..7c6855197a 100644
--- a/scumm/resource_v3.cpp
+++ b/scumm/resource_v3.cpp
@@ -80,7 +80,7 @@ void ScummEngine_v3old::readIndexFile() {
_fileHandle->clearIOFailed();
_fileHandle->seek(0, SEEK_SET);
- readMAXS();
+ readMAXS(0);
// Jamieson630: palManipulate variable initialization
_palManipCounter = 0;