aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-18 20:47:19 +0000
committerPaweł Kołodziejski2003-04-18 20:47:19 +0000
commitad7bc9b22fe185f15cd827f2e90a06bdcdc34a15 (patch)
tree1bff373dfa0db1c9ae07ab8a5a8005093ee9f42e /scumm/script_v5.cpp
parent3efe16ffceda4baca3c737d9530abcc4b980b5b3 (diff)
downloadscummvm-rg350-ad7bc9b22fe185f15cd827f2e90a06bdcdc34a15.tar.gz
scummvm-rg350-ad7bc9b22fe185f15cd827f2e90a06bdcdc34a15.tar.bz2
scummvm-rg350-ad7bc9b22fe185f15cd827f2e90a06bdcdc34a15.zip
fixed stupid bug
svn-id: r7018
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 2169e844f5..12b86cfdc5 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1632,7 +1632,7 @@ void Scumm_v5::o5_roomOps() {
break;
case 2: /* room color */
if (_features & GF_SMALL_HEADER) {
- if (!(_features & GF_AFTER_V2)) {
+ if (!(_features & GF_AFTER_V3)) {
a = getVarOrDirectWord(0x80);
b = getVarOrDirectWord(0x40);
}