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 378633102d..3b925f16c0 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -773,6 +773,7 @@ void Script::runThread(SCRIPT_THREAD *thread, int instr_limit) {
if (!(speechFlags & kSpeakAsync)) {
thread->wait(kWaitTypeSpeech);
+ thread->i_offset = scriptS.pos();
return;
}
}