[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.52,2.53
James Brown
ender at users.sourceforge.net
Wed Dec 25 23:34:03 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv1179/scumm
Modified Files:
script_v8.cpp
Log Message:
CMI opcode work
Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.52
retrieving revision 2.53
diff -u -d -r2.52 -r2.53
--- script_v8.cpp 26 Dec 2002 02:26:38 -0000 2.52
+++ script_v8.cpp 26 Dec 2002 07:33:47 -0000 2.53
@@ -251,9 +251,9 @@
OPCODE(o6_animateActor),
OPCODE(o6_doSentence),
OPCODE(o6_pickupObject),
- OPCODE(o6_invalid),
+ OPCODE(o6_setBoxFlags),
/* A8 */
- OPCODE(o6_invalid),
+ OPCODE(o6_createBoxMatrix), // fixme?
OPCODE(o6_invalid),
OPCODE(o8_resourceRoutines),
OPCODE(o8_roomOps),
@@ -314,7 +314,7 @@
OPCODE(o6_invalid),
/* D8 */
OPCODE(o6_kernelGetFunctions),
- OPCODE(o6_invalid),
+ OPCODE(o6_isActorInBox),
OPCODE(o6_getVerbEntrypoint),
OPCODE(o6_getActorFromXY),
/* DC */
@@ -1245,7 +1245,7 @@
ScummRenderer * sr = new ScummRenderer(this, 1000/14);
SmushPlayer * sp = new SmushPlayer(sr);
- sp->play((char*)_scriptPointer, dirName);
+ //sp->play((char*)_scriptPointer, dirName);
_scriptPointer += len + 1;
}
More information about the Scummvm-git-logs
mailing list