diff options
| author | James Brown | 2006-05-29 14:15:19 +0000 | 
|---|---|---|
| committer | James Brown | 2006-05-29 14:15:19 +0000 | 
| commit | 38537899b3f601feb542fadc62f46e44f11fd4c1 (patch) | |
| tree | b68f30655703bf69739adacf682f5bbb3a65f69a | |
| parent | 0a557cf2a47038ea290fd13b3d64e7ce887c484c (diff) | |
| download | scummvm-rg350-38537899b3f601feb542fadc62f46e44f11fd4c1.tar.gz scummvm-rg350-38537899b3f601feb542fadc62f46e44f11fd4c1.tar.bz2 scummvm-rg350-38537899b3f601feb542fadc62f46e44f11fd4c1.zip | |
Remove printf() debug message that appears annoyingly in Zak256. Anyone know what this was added to figure out?
svn-id: r22739
| -rw-r--r-- | engines/scumm/script_v5.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/scumm/script_v5.cpp b/engines/scumm/script_v5.cpp index b8f94afc30..e567cbc5cf 100644 --- a/engines/scumm/script_v5.cpp +++ b/engines/scumm/script_v5.cpp @@ -2793,7 +2793,7 @@ void ScummEngine_v5::o5_oldRoomEffect() {  			// 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 | 
