From 4aeb595967fb04d61b44bac29f1553e9d26e939f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 27 Aug 2004 12:56:01 +0000 Subject: [PATCH] Applies to all HE 7.0+ games svn-id: r14796 --- scumm/script_v6he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 766f1fac288..55e9d4b447f 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -463,7 +463,7 @@ void ScummEngine_v6he::o6_roomOps() { case 181: // SO_ROOM_FADE a = pop(); - if (_heversion == 70) { + if (_heversion >= 70) { // Defaults to 1 but doesn't use fade effects } else if (a) { _switchRoomEffect = (byte)(a & 0xFF);