aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-09-28 06:33:13 +0000
committerTorbjörn Andersson2005-09-28 06:33:13 +0000
commit1a48b01fefa916888c3139dfcc834463493a5308 (patch)
treed2559364bef67a3dd58b200767fe0f23fbc83067 /saga/sfuncs.cpp
parent2854ddbc809c01306761294be7851342808f6995 (diff)
downloadscummvm-rg350-1a48b01fefa916888c3139dfcc834463493a5308.tar.gz
scummvm-rg350-1a48b01fefa916888c3139dfcc834463493a5308.tar.bz2
scummvm-rg350-1a48b01fefa916888c3139dfcc834463493a5308.zip
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
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 0 insertions, 2 deletions
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) {