aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/resource.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index d1bbb03536..7682bb62c1 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -625,6 +625,9 @@ void ScummEngine::ensureResourceLoaded(int type, int i) {
loadResource(type, i);
+ if ((_version <= 6 && _heversion <= 70) && !(_features & GF_SMALL_HEADER))
+ if (type == rtRoom && i == _roomResource)
+ VAR(VAR_ROOM_FLAG) = 1;
}
int ScummEngine::loadResource(int type, int idx) {