[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.96,2.97

Travis Howell kirben at users.sourceforge.net
Fri Aug 27 05:57:07 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4193/scumm

Modified Files:
	script_v6he.cpp 
Log Message:

Applies to all HE 7.0+ games


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.96
retrieving revision 2.97
diff -u -d -r2.96 -r2.97
--- script_v6he.cpp	26 Aug 2004 15:39:24 -0000	2.96
+++ script_v6he.cpp	27 Aug 2004 12:56:01 -0000	2.97
@@ -463,7 +463,7 @@
 
 	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);





More information about the Scummvm-git-logs mailing list