aboutsummaryrefslogtreecommitdiff
path: root/scumm/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/room.cpp')
-rw-r--r--scumm/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index 330530a0f8..01e5f26be6 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -112,7 +112,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
_currentRoom = room;
VAR(VAR_ROOM) = room;
- if (room >= 0x80 && _version < 7)
+ if (room >= 0x80 && _version < 7 && _heversion <= 71)
_roomResource = _resourceMapper[room & 0x7F];
else
_roomResource = room;