aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index 5ec1fa45dd..4fc7b2c1b7 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -1538,7 +1538,7 @@ void Script::sfScriptText(SCRIPTFUNC_PARAMS) {
rect.setWidth(width);
_vm->_actor->setSpeechColor(color, kITEColorBlack);
- _vm->_actor->nonActorSpeech(rect, &text, 1, flags);
+ _vm->_actor->nonActorSpeech(rect, &text, 1, -1, flags);
}
// Script function #60 (0x3C)