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:
parent
0a557cf2a4
commit
38537899b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue