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

svn-id: r22739
This commit is contained in:
James Brown 2006-05-29 14:15:19 +00:00
parent 0a557cf2a4
commit 38537899b3

View file

@ -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