aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/debug.cpp')
-rw-r--r--engines/groovie/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/debug.cpp b/engines/groovie/debug.cpp
index fa5bef9944..72a07f4f42 100644
--- a/engines/groovie/debug.cpp
+++ b/engines/groovie/debug.cpp
@@ -46,7 +46,7 @@ Debugger::Debugger(GroovieEngine *vm) :
}
Debugger::~Debugger() {
- Common::clearAllSpecialDebugLevels();
+ Common::clearAllDebugChannels();
}
int Debugger::getNumber(const char *arg) {