aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-14 08:01:35 +0000
committerTravis Howell2004-09-14 08:01:35 +0000
commitbd1e96a728047d5446b56ab72e97a33fd20049cb (patch)
treeb21c957d5effef940e0265493e55bf07572d4a1e
parentb14a21970c343495ded778eb5c719df819eb6cae (diff)
downloadscummvm-rg350-bd1e96a728047d5446b56ab72e97a33fd20049cb.tar.gz
scummvm-rg350-bd1e96a728047d5446b56ab72e97a33fd20049cb.tar.bz2
scummvm-rg350-bd1e96a728047d5446b56ab72e97a33fd20049cb.zip
Only reports trace status
svn-id: r15109
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index f9eed2a822..a72b639c55 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1300,7 +1300,7 @@ void ScummEngine_v72he::o72_unknownC1() {
copyScriptString(string);
pop();
- debug(1, "stub o72_unknownC1(%s)", string);
+ //debug(1, "stub o72_unknownC1(%s)", string);
}
void ScummEngine_v72he::drawWizImage(int restype, int resnum, int state, int x1, int y1, int flags) {