From ad7bc9b22fe185f15cd827f2e90a06bdcdc34a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Fri, 18 Apr 2003 20:47:19 +0000 Subject: [PATCH] fixed stupid bug svn-id: r7018 --- scumm/script_v5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 2169e844f53..12b86cfdc57 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); }