[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.38,2.39

kirben kirben at users.sourceforge.net
Mon Jan 31 21:13:24 CET 2005


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

Modified Files:
	script_v100he.cpp 
Log Message:

HE100 updates for lost


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.38
retrieving revision 2.39
diff -u -d -r2.38 -r2.39
--- script_v100he.cpp	1 Feb 2005 04:58:13 -0000	2.38
+++ script_v100he.cpp	1 Feb 2005 05:10:46 -0000	2.39
@@ -52,8 +52,8 @@
 		OPCODE(o6_breakHere),
 		/* 08 */
 		OPCODE(o6_delayFrames),
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
+		OPCODE(o90_shl),
+		OPCODE(o90_shr),
 		OPCODE(o6_invalid),
 		/* 0C */
 		OPCODE(o6_setCameraAt),
@@ -452,6 +452,10 @@
 	case 27:		// SO_DEFAULT
 		a->initActor(0);
 		break;
+	case 32:
+		i = pop();
+		debug(1,"o100_actorOps: case 32 (%d)", i);
+		break;
 	case 52:		// SO_ACTOR_NAME
 		copyScriptString(string);
 		loadPtrToResource(rtActorName, a->number, string);





More information about the Scummvm-git-logs mailing list