[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.60,2.61 script_v90he.cpp,2.15,2.16

Travis Howell kirben at users.sourceforge.net
Tue Sep 7 07:17:04 CEST 2004


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

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

Add cases


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.60
retrieving revision 2.61
diff -u -d -r2.60 -r2.61
--- script_v72he.cpp	7 Sep 2004 13:30:25 -0000	2.60
+++ script_v72he.cpp	7 Sep 2004 14:16:08 -0000	2.61
@@ -850,15 +850,20 @@
 
 	switch (b) {
 	case 21:
-		// HE 80 (Pajama Sam onwards)
+		// HE 80+
 		k = getStackList(args, ARRAYSIZE(args));
 		debug(1,"o72_actorOps: case 21 (%d)", k);
 		break;
 	case 24:
-		// HE 80 (Pajama Sam onwards)
+		// HE 80+
 		k = pop();
 		debug(1,"o72_actorOps: case 24 (%d)", k);
 		break;
+	case 43:
+		// HE 80+
+		k = pop();
+		debug(1,"o72_actorOps: case 43 (%d)", k);
+		break;
 	case 64:
 		_actorClipOverride.bottom = pop();
 		_actorClipOverride.right = pop();

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -d -r2.15 -r2.16
--- script_v90he.cpp	7 Sep 2004 13:57:58 -0000	2.15
+++ script_v90he.cpp	7 Sep 2004 14:16:08 -0000	2.16
@@ -558,6 +558,9 @@
 		case 48:
 			pop();
 			break;
+		case 64:
+			pop();
+			break;
 		case 90:
 			pop();
 			break;





More information about the Scummvm-git-logs mailing list