aboutsummaryrefslogtreecommitdiff
path: root/saga/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/input.cpp')
-rw-r--r--saga/input.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/saga/input.cpp b/saga/input.cpp
index c2c8e39510..e8d391a635 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -67,6 +67,9 @@ int SagaEngine::processInput() {
case 285: // F4
_render->toggleFlag(RF_OBJECTMAP_TEST);
break;
+ case 287: // F6
+ _render->toggleFlag(RF_ACTOR_PATH_TEST);
+ break;
case 9: // Tab
_script->SThreadDebugStep();
break;
@@ -84,7 +87,7 @@ int SagaEngine::processInput() {
switch (_interface->getMode()) {
case kPanelNull:
if (_scene->isInDemo())
- _scene->skipScene();
+ _scene->skipScene();
else
_actor->abortAllSpeeches();
break;