[Scummvm-cvs-logs] CVS: scummvm/kyra staticres.cpp,1.35,1.36

Oystein Eftevaag vinterstum at users.sourceforge.net
Sun Jan 8 15:30:01 CET 2006


Update of /cvsroot/scummvm/scummvm/kyra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27963

Modified Files:
	staticres.cpp 
Log Message:
Temporary fix for bug #1399917, by adding two dummy opcodes to
the end of the opcode list (CD version has two extra opcodes,
looks like).



Index: staticres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/staticres.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- staticres.cpp	8 Jan 2006 13:50:35 -0000	1.35
+++ staticres.cpp	8 Jan 2006 23:29:36 -0000	1.36
@@ -665,6 +665,8 @@
 	// 0x98
 	Opcode(cmd_setPaletteChangeFlag),
 	Opcode(cmd_fillRect),
+	Opcode(cmd_dummy),
+	Opcode(cmd_dummy),
 	Opcode(cmd_dummy)
 };
 #undef Opcode





More information about the Scummvm-git-logs mailing list