aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v3.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-03 23:53:34 +0000
committerMax Horn2005-04-03 23:53:34 +0000
commit789cad236c66cc0fc86b43c49a21894b5f1e5592 (patch)
tree4d3700a8c1a66aa60b24f35cd4e1527c938fd69b /scumm/resource_v3.cpp
parent398aa1a8b122bf020d158988a7576a6236e2c1a1 (diff)
downloadscummvm-rg350-789cad236c66cc0fc86b43c49a21894b5f1e5592.tar.gz
scummvm-rg350-789cad236c66cc0fc86b43c49a21894b5f1e5592.tar.bz2
scummvm-rg350-789cad236c66cc0fc86b43c49a21894b5f1e5592.zip
Splitting more methods into multiple overloaded versions
svn-id: r17366
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;