aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-21 11:23:23 +0000
committerTravis Howell2004-09-21 11:23:23 +0000
commitbcb66fc93edc45472cb3af0be3431ef1901975ea (patch)
tree83821fb247e51b96016eb41d7a0a2214c0a0a5f3
parentb0f0bf8dc2b0c1604b664307b34bf210a31ce4e9 (diff)
downloadscummvm-rg350-bcb66fc93edc45472cb3af0be3431ef1901975ea.tar.gz
scummvm-rg350-bcb66fc93edc45472cb3af0be3431ef1901975ea.tar.bz2
scummvm-rg350-bcb66fc93edc45472cb3af0be3431ef1901975ea.zip
*** empty log message ***
svn-id: r15218
-rw-r--r--scumm/script_v72he.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 6dbc833ff5..d52c9e6faf 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -625,7 +625,6 @@ int ScummEngine_v72he::findObject(int x, int y, int *args) {
}
const byte *ScummEngine_v72he::findWrappedBlock(uint32 tag, const byte *ptr, int state, bool errorFlag) {
- printf("findWrappedBlock: tag %x\n", tag);
if (READ_UINT32(ptr) == MKID('MULT')) {
const byte *offs, *wrap;
uint32 size;