aboutsummaryrefslogtreecommitdiff
path: root/saga/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/input.cpp')
-rw-r--r--saga/input.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/input.cpp b/saga/input.cpp
index 9a4188849d..cc1db9bd45 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -28,6 +28,7 @@
#include "saga/interface.h"
#include "saga/render.h"
#include "saga/scene.h"
+#include "saga/script.h"
namespace Saga {
@@ -90,7 +91,7 @@ int SagaEngine::processInput() {
_vm->_render->toggleFlag(RF_OBJECTMAP_TEST);
break;
case 9: // Tab
- STHREAD_DebugStep();
+ _vm->_script->SThreadDebugStep();
break;
// Actual game keys