[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.126,2.127

Jonathan Gray khalek at users.sourceforge.net
Sun Jan 19 22:36:03 CET 2003


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

Modified Files:
	script_v8.cpp 
Log Message:
I'm pretty sure 0x98 should be O_DRAW_OBJECT in comi but changing it to o6_isSoundRunning lets you pass that point in the game for now

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.126
retrieving revision 2.127
diff -u -d -r2.126 -r2.127
--- script_v8.cpp	19 Jan 2003 03:35:17 -0000	2.126
+++ script_v8.cpp	20 Jan 2003 06:35:34 -0000	2.127
@@ -229,7 +229,7 @@
 		OPCODE(o6_printSystem),
 		OPCODE(o8_blastText),
 		/* 98 */
-		OPCODE(o6_invalid),
+		OPCODE(o6_isSoundRunning), // FIXME should be O_DRAW_OBJECT
 		OPCODE(o6_invalid),
 		OPCODE(o6_invalid),
 		OPCODE(o6_invalid),





More information about the Scummvm-git-logs mailing list