aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-07-15 15:23:19 +0000
committerTorbjörn Andersson2005-07-15 15:23:19 +0000
commit51e76c703f6b488d8fe190c225eac0c87b41270b (patch)
treee052932f9ffb4f38c096f80efc94e6d72ea66601 /saga/sfuncs.cpp
parentb0d342be1088f6898bd0bfcd693e4cce7367a1b2 (diff)
downloadscummvm-rg350-51e76c703f6b488d8fe190c225eac0c87b41270b.tar.gz
scummvm-rg350-51e76c703f6b488d8fe190c225eac0c87b41270b.tar.bz2
scummvm-rg350-51e76c703f6b488d8fe190c225eac0c87b41270b.zip
Added the puzzle voices from the CD version. I don't know if this breaks
the floppy version, and it's still not flawless. But it's a start. svn-id: r18544
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)