diff options
author | Travis Howell | 2004-07-01 04:45:56 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-01 04:45:56 +0000 |
commit | dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64 (patch) | |
tree | 8100672e259ba4ebf79d77cb78c26d5a5cf7c466 /scumm | |
parent | c7133de8791605fa9d482ed8b305a093ead8be6c (diff) | |
download | scummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.tar.gz scummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.tar.bz2 scummvm-rg350-dcc74eb07d1d1ae1a8d67b4ae78e1895fa63eb64.zip |
Commited wrong change
svn-id: r14137
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/resource.cpp | 3 |
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) { |