From 1a48b01fefa916888c3139dfcc834463493a5308 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 28 Sep 2005 06:33:13 +0000 Subject: Some more IHNM-related stuff: * Use the script-specified text area for subtitles, if there is one. * Fixed a word-wrapping bug that would happen if a new line began with a space. I don't know about ITE, but IHNM puts two spaces after periods. Of course, the case where I saw this happen will probably go away once we start using the right font, but it could still happen elsewhere. svn-id: r18890 --- saga/sfuncs.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'saga/sfuncs.cpp') diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index b64be9bdc6..d5b2f1caa3 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -1970,8 +1970,6 @@ void Script::sfSetSpeechBox(SCRIPTFUNC_PARAMS) { _vm->_actor->_speechBoxScript.top = param2; _vm->_actor->_speechBoxScript.setWidth(param3); _vm->_actor->_speechBoxScript.setHeight(param4); - - debug(0, "STUB: sfSetSpeechBox(%d, %d, %d, %d)", param1, param2, param3, param4); } void Script::sfDebugShowData(SCRIPTFUNC_PARAMS) { -- cgit v1.2.3