aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 07:10:16 +0000
committerTravis Howell2004-08-23 07:10:16 +0000
commitc7b0f202695629146f08d7eae9b091fb9d0b9a82 (patch)
tree63ce9b54f4d30e38b64fd54dfe208c4e1228841b /scumm
parentb7ad2a612abb62bfc9e9432bb02efccaa441924b (diff)
downloadscummvm-rg350-c7b0f202695629146f08d7eae9b091fb9d0b9a82.tar.gz
scummvm-rg350-c7b0f202695629146f08d7eae9b091fb9d0b9a82.tar.bz2
scummvm-rg350-c7b0f202695629146f08d7eae9b091fb9d0b9a82.zip
Correction
svn-id: r14700
Diffstat (limited to 'scumm')
-rw-r--r--scumm/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index bcc9c50c88..2712fd04b7 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2302,8 +2302,8 @@ void ScummEngine::readMAXS(int blockSize) {
} else if (_heversion >= 70 && blockSize > 38) { // sputm7.2
if (blockSize != 32 + 8)
error("MAXS block of size %d not supported, please report", blockSize);
- _fileHandle.readUint16LE();
_numVariables = _fileHandle.readUint16LE();
+ _fileHandle.readUint16LE();
_numBitVariables = _fileHandle.readUint16LE();
_numLocalObjects = _fileHandle.readUint16LE();
_numArray = _fileHandle.readUint16LE();