diff options
Diffstat (limited to 'saga/sthread.cpp')
| -rw-r--r-- | saga/sthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sthread.cpp b/saga/sthread.cpp index 028354fc77..fa9530cd4c 100644 --- a/saga/sthread.cpp +++ b/saga/sthread.cpp @@ -754,7 +754,7 @@ void Script::runThread(SCRIPT_THREAD *thread, int instr_limit) { data = first = thread->stackTop(); for (i = 0; i < stringsCount; i++) { data = thread->pop(); - strings[i] = getString(data); + strings[i] = getScriptString(data); } // now data contains last string index |
