aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-01 04:45:56 +0000
committerTravis Howell2004-07-01 04:45:56 +0000
commitdcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64 (patch)
tree8100672e259ba4ebf79d77cb78c26d5a5cf7c466 /scumm/resource.cpp
parentc7133de8791605fa9d482ed8b305a093ead8be6c (diff)
downloadscummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.tar.gz
scummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.tar.bz2
scummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.zip
Commited wrong change
svn-id: r14137
Diffstat (limited to 'scumm/resource.cpp')
-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) {