From 935f320e1ad51f0273edfa2b94d70e45c215ebda Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 5 Jan 2005 07:13:15 +0000 Subject: Fixed bad speech/script regression. svn-id: r16436 --- saga/sthread.cpp | 1 + 1 file changed, 1 insertion(+) 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; } } -- cgit v1.2.3