[Scummvm-cvs-logs] SF.net SVN: scummvm: [24003] scummvm/trunk/engines/simon/debug.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Sep 29 07:36:57 CEST 2006


Revision: 24003
          http://svn.sourceforge.net/scummvm/?rev=24003&view=rev
Author:   kirben
Date:     2006-09-28 22:36:53 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
Correct size of opcode in dumpOpcode()

Modified Paths:
--------------
    scummvm/trunk/engines/simon/debug.cpp

Modified: scummvm/trunk/engines/simon/debug.cpp
===================================================================
--- scummvm/trunk/engines/simon/debug.cpp	2006-09-29 05:33:22 UTC (rev 24002)
+++ scummvm/trunk/engines/simon/debug.cpp	2006-09-29 05:36:53 UTC (rev 24003)
@@ -34,7 +34,7 @@
 namespace Simon {
 
 const byte *SimonEngine::dumpOpcode(const byte *p) {
-	byte opcode;
+	uint opcode;
 	const char *s, *st;
 
 	if (getGameType() == GType_ELVIRA || getGameType() == GType_ELVIRA2) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list