aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/toon/toon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 3738a5fa48..bda1f76182 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -241,8 +241,8 @@ void ToonEngine::parseInput() {
}
if (event.kbd.keycode == Common::KEYCODE_d) {
- this->getDebugger()->attach();
- this->getDebugger()->onFrame();
+ _console->attach();
+ _console->onFrame();
}
}
break;