[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.435,1.436

kirben kirben at users.sourceforge.net
Sat Apr 23 04:06:55 CEST 2005


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

Modified Files:
	script_v6.cpp 
Log Message:

Should be HE61 now.


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -d -r1.435 -r1.436
--- script_v6.cpp	20 Apr 2005 18:21:04 -0000	1.435
+++ script_v6.cpp	23 Apr 2005 11:06:17 -0000	1.436
@@ -3053,7 +3053,7 @@
 	// this opcode check ground area in minigame "Asteroid Lander" in the dig
 	int x, y;
 
-	if (_heversion == 60) {
+	if (_heversion == 61) {
 		x = pop();
 		y = pop();
 	} else {





More information about the Scummvm-git-logs mailing list