diff options
-rw-r--r-- | scumm/script_v5.cpp | 2 |
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); } |