diff options
Diffstat (limited to 'engines/groovie/debug.cpp')
-rw-r--r-- | engines/groovie/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/debug.cpp b/engines/groovie/debug.cpp index 00eb5c994c..2a4eaf4894 100644 --- a/engines/groovie/debug.cpp +++ b/engines/groovie/debug.cpp @@ -46,7 +46,7 @@ Debugger::Debugger(GroovieEngine *vm) : } Debugger::~Debugger() { - Common::clearAllDebugChannels(); + DebugMan.clearAllDebugChannels(); } int Debugger::getNumber(const char *arg) { |