[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.160,2.161 script_v80he.cpp,2.53,2.54

Travis Howell kirben at users.sourceforge.net
Sat Oct 9 07:50:12 CEST 2004


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

Modified Files:
	script_v72he.cpp script_v80he.cpp 
Log Message:

Ooops


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.160
retrieving revision 2.161
diff -u -d -r2.160 -r2.161
--- script_v72he.cpp	9 Oct 2004 14:33:31 -0000	2.160
+++ script_v72he.cpp	9 Oct 2004 14:46:44 -0000	2.161
@@ -850,19 +850,16 @@
 	int state = 0, y = -1, x = -1;
 
 	switch (subOp) {
-	case 6:
 	case 62:
 		state = pop();
 		y = pop();
 		x = pop();
 		break;
-	case 7:
 	case 63:
 		state = pop();
 		if (state == 0)
 			state = 1;
 		break;
-	case 40:
 	case 65:
 		state = 1;
 		y = pop();

Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -d -r2.53 -r2.54
--- script_v80he.cpp	9 Oct 2004 14:33:31 -0000	2.53
+++ script_v80he.cpp	9 Oct 2004 14:46:44 -0000	2.54
@@ -502,9 +502,6 @@
 	int args[16];
 	int subOp = fetchScriptByte();
 
-	if (_heversion == 100)
-		subOp += 5;
-
 	switch (subOp) {
 	case 0x13: // Loads cursors from another resource
 		a = pop();





More information about the Scummvm-git-logs mailing list