[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.415,1.416

Travis Howell kirben at users.sourceforge.net
Wed Oct 13 01:02:01 CEST 2004


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

Modified Files:
	script_v6.cpp 
Log Message:

HE 60 specific


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -d -r1.415 -r1.416
--- script_v6.cpp	10 Oct 2004 01:52:35 -0000	1.415
+++ script_v6.cpp	13 Oct 2004 07:59:51 -0000	1.416
@@ -3055,7 +3055,7 @@
 	// this opcode check ground area in minigame "Asteroid Lander" in the dig
 	int x, y;
 
-	if (_features & GF_HUMONGOUS) {
+	if (_heversion == 60) {
 		x = pop();
 		y = pop();
 	} else {





More information about the Scummvm-git-logs mailing list