aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index b0c4a53f47..bc60b3f34e 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -825,7 +825,7 @@ void Scumm::initRoomSubBlocks()
ptr = findResourceData(MKID('SCAL'), roomptr);
if (ptr) {
offs = ptr - roomptr;
- if (_features & GF_AFTER_V7) {
+ if (_features & GF_AFTER_V8) {
for (i = 1; i < _maxScaleTable; i++, offs += 16) {
int a = READ_LE_UINT32(roomptr + offs);
int b = READ_LE_UINT32(roomptr + offs + 4);