[Scummvm-cvs-logs] SF.net SVN: scummvm: [22739] scummvm/trunk/engines/scumm/script_v5.cpp

ender at users.sourceforge.net ender at users.sourceforge.net
Mon May 29 07:16:02 CEST 2006


Revision: 22739
Author:   ender
Date:     2006-05-29 07:15:19 -0700 (Mon, 29 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22739&view=rev

Log Message:
-----------
Remove printf() debug message that appears annoyingly in Zak256. Anyone know what this was added to figure out?

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v5.cpp
Modified: scummvm/trunk/engines/scumm/script_v5.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v5.cpp	2006-05-29 14:00:00 UTC (rev 22738)
+++ scummvm/trunk/engines/scumm/script_v5.cpp	2006-05-29 14:15:19 UTC (rev 22739)
@@ -2793,7 +2793,7 @@
 			// that something is missing here :-)
 
 			if (a == 4) {
-				printf("o5_oldRoomEffect ODDBALL: _opcode = 0x%x, a = 0x%x\n", _opcode, a);
+				//printf("o5_oldRoomEffect ODDBALL: _opcode = 0x%x, a = 0x%x\n", _opcode, a);
 				// No idea what byte_2FCCF is, but it's a globale boolean flag.
 				// I only add it here as a temporary hack to make the pseudo code compile.
 				// Maybe it is just there as a reentry protection guard, given


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