From 51e76c703f6b488d8fe190c225eac0c87b41270b Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 15 Jul 2005 15:23:19 +0000 Subject: 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 --- saga/sfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/sfuncs.cpp') 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) -- cgit v1.2.3