aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r--scumm/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 065474be20..f8484ee0d9 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -56,7 +56,7 @@ void CDECL debugC(int channel, const char *s, ...) {
vsprintf(buf, s, va);
va_end(va);
- debug(g_debugLevel, buf);
+ debug(buf);
};
ScummDebugger::ScummDebugger(ScummEngine *s)