aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorMax Horn2004-04-04 23:29:10 +0000
committerMax Horn2004-04-04 23:29:10 +0000
commit18b35e57c8257ba4da61f223603da7aaec580b64 (patch)
tree3ba6079a0d2d8725ad18f3743e1b52708a4f5b05 /scumm/script.cpp
parent21b81b9ef473f97838f7fe9cb5911a962cc633bd (diff)
downloadscummvm-rg350-18b35e57c8257ba4da61f223603da7aaec580b64.tar.gz
scummvm-rg350-18b35e57c8257ba4da61f223603da7aaec580b64.tar.bz2
scummvm-rg350-18b35e57c8257ba4da61f223603da7aaec580b64.zip
these debug() calls look as if they should be debugC() calls
svn-id: r13466
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index 5ee40b1040..2db41d7a9c 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -460,7 +460,7 @@ int ScummEngine::readVar(uint var) {
else
copyprotbypassed = true;
- debug(DEBUG_VARS, "readvar(%d)", var);
+ debugC(DEBUG_VARS, "readvar(%d)", var);
if (var & 0x2000 && !(_features & GF_NEW_OPCODES)) {
a = fetchScriptWord();