aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/room.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index faa4e502ee..af15fc2288 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -691,6 +691,10 @@ void ScummEngine_v3old::initRoomSubBlocks() {
res.nukeResource(rtMatrix, 1);
res.nukeResource(rtMatrix, 2);
+ // TODO: Different box format used
+ if (_gameId == GID_MANIAC && _platform == Common::kPlatformC64)
+ return;
+
if (_version <= 2)
ptr = roomptr + *(roomptr + 0x15);
else