diff options
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
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) { |