aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 80a5bd03c2..6338876a67 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -971,7 +971,7 @@ void Scumm::initRoomSubBlocks() {
if (ptr) {
byte numOfBoxes = *ptr;
int size;
- if (_features & GF_OLD_BUNDLE)
+ if (_features & GF_AFTER_V3)
size = numOfBoxes * (SIZEOF_BOX - 2) + 1;
else
size = numOfBoxes * SIZEOF_BOX + 1;