aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.cpp')
-rw-r--r--engines/toon/toon.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 0ce993e6de..3738a5fa48 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -239,11 +239,11 @@ void ToonEngine::parseInput() {
dialog.runModal();
}
}
- // FIXME - Triggering Debug Console currently causes a segfault.
- //if (event.kbd.keycode == Common::KEYCODE_d) {
- // this->getDebugger()->attach();
- // this->getDebugger()->onFrame();
- //}
+
+ if (event.kbd.keycode == Common::KEYCODE_d) {
+ this->getDebugger()->attach();
+ this->getDebugger()->onFrame();
+ }
}
break;
// Strangerke - Commented (not used)