[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.2,2.3

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Apr 20 09:33:09 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv5151

Modified Files:
	script_v2.cpp 
Log Message:
next two missed opcodes, ah :)

Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -d -r2.2 -r2.3
--- script_v2.cpp	20 Apr 2003 16:17:41 -0000	2.2
+++ script_v2.cpp	20 Apr 2003 16:32:44 -0000	2.3
@@ -248,7 +248,7 @@
 		OPCODE(o2_addDirect),
 		OPCODE(o5_dummy),
 		/* AC */
-		OPCODE(o5_expression), //?
+		OPCODE(o5_delay),
 		OPCODE(o5_putActorInRoom),
 		OPCODE(o2_waitForSentence),
 		OPCODE(o2_ifNotState40),
@@ -261,7 +261,7 @@
 		OPCODE(o5_getDist),
 		OPCODE(o5_findObject),
 		OPCODE(o5_walkActorToObject),
-		OPCODE(o5_startObject), //?
+		OPCODE(o2_setState20),
 		/* B8 */
 		OPCODE(o5_lessOrEqual),
 		OPCODE(o5_doSentence),





More information about the Scummvm-git-logs mailing list