aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-03 00:55:40 +0000
committerEugene Sandulenko2004-06-03 00:55:40 +0000
commit2a34b9d5a1f7573621a0e3c352e790f8a102859c (patch)
treedc3cfcaa96d3e338d5464b18fbe18eb85d133037 /scumm/resource.cpp
parentd6aa0a47908b2f9bad74d3a334681ae37aef2079 (diff)
downloadscummvm-rg350-2a34b9d5a1f7573621a0e3c352e790f8a102859c.tar.gz
scummvm-rg350-2a34b9d5a1f7573621a0e3c352e790f8a102859c.tar.bz2
scummvm-rg350-2a34b9d5a1f7573621a0e3c352e790f8a102859c.zip
Phase 1 of move to _heversion use.
svn-id: r13926
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 168ac4f247..d3216e7096 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2057,7 +2057,7 @@ void ScummEngine::readMAXS() {
_numGlobalScripts = 2000;
_shadowPaletteSize = NUM_SHADOW_PALETTE * 256;
- } else if (_features & GF_AFTER_HEV7) {
+ } else if (_heversion >= 70) {
_fileHandle.readUint16LE();
_numVariables = _fileHandle.readUint16LE();
_numBitVariables = _fileHandle.readUint16LE();