[Scummvm-cvs-logs] CVS: scummvm/scumm script_c64.cpp,2.16,2.17
Eugene Sandulenko
sev at users.sourceforge.net
Tue Sep 6 08:52:34 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20157
Modified Files:
script_c64.cpp
Log Message:
oops. Commited halfway changes.
Index: script_c64.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_c64.cpp,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -d -r2.16 -r2.17
--- script_c64.cpp 6 Sep 2005 15:40:12 -0000 2.16
+++ script_c64.cpp 6 Sep 2005 15:50:55 -0000 2.17
@@ -64,7 +64,7 @@
OPCODE(o5_print),
OPCODE(o2_actorFromPos),
OPCODE(o5_getRandomNr),
- OPCODE(o_clearState08),
+ OPCODE(o2_clearState08),
/* 18 */
OPCODE(o_jumpRelative),
OPCODE(o_stopCurrentScript),
@@ -144,7 +144,7 @@
OPCODE(o5_setObjectName),
OPCODE(o2_actorFromPos),
OPCODE(o5_getActorMoving),
- OPCODE(o_clearState08),
+ OPCODE(o2_clearState08),
/* 58 */
OPCODE(o_beginOverride),
OPCODE(o_stopCurrentScript),
@@ -224,7 +224,7 @@
OPCODE(o5_print),
OPCODE(o2_actorFromPos),
OPCODE(o_stopCurrentScript),
- OPCODE(o_setState08),
+ OPCODE(o2_setState08),
/* 98 */
OPCODE(o2_restart),
OPCODE(o_stopCurrentScript),
@@ -304,7 +304,7 @@
OPCODE(o5_setObjectName),
OPCODE(o2_actorFromPos),
OPCODE(o5_getActorMoving),
- OPCODE(o_setState08),
+ OPCODE(o2_setState08),
/* D8 */
OPCODE(o_stopCurrentScript),
OPCODE(o_stopCurrentScript),
More information about the Scummvm-git-logs
mailing list