aboutsummaryrefslogtreecommitdiff
path: root/saga/sthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sthread.cpp')
-rw-r--r--saga/sthread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/sthread.cpp b/saga/sthread.cpp
index 6a591aae4a..dea95a6a14 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -654,6 +654,7 @@ bool Script::runThread(ScriptThread *thread, uint instructionLimit) {
_vm->_interface->activate();
_vm->_interface->setMode(kPanelConverse);
thread->wait(kWaitTypeDialogEnd);
+ return false;
}
break;
CASEOP(opReply) {