aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/saga.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index ef2d9dac0e..0ac7b7d6bb 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -264,6 +264,7 @@ int SagaEngine::init(GameDetector &detector) {
}
_interface->converseInit();
+ _script->setVerb(kVerbWalkTo);
return 0;
}