[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.17,1.18
Jonathan Gray
khalek at users.sourceforge.net
Mon Dec 23 18:39:02 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv22720
Modified Files:
script_v6.cpp
Log Message:
yes they really are the same, one opcode just has a jmp to the other
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- script_v6.cpp 24 Dec 2002 00:41:58 -0000 1.17
+++ script_v6.cpp 24 Dec 2002 02:38:41 -0000 1.18
@@ -168,8 +168,8 @@
OPCODE(o6_drawBlastObject),
/* 64 */
OPCODE(o6_setBlastObjectWindow),
- OPCODE(o6_stopObjectCode), // FIXME - are 0x65 and 0x66 really the same?
- OPCODE(o6_stopObjectCode), // FIXME - are 0x65 and 0x66 really the same?
+ OPCODE(o6_stopObjectCode),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_endCutscene),
/* 68 */
OPCODE(o6_cutscene),
More information about the Scummvm-git-logs
mailing list