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/animation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'saga/animation.cpp') diff --git a/saga/animation.cpp b/saga/animation.cpp index a5f6e9bd68..04f383aac7 100644 --- a/saga/animation.cpp +++ b/saga/animation.cpp @@ -119,6 +119,8 @@ void Anim::playCutaway(int cut, bool fade) { free(buf); free(resourceData); + // Play the animation + int cutawaySlot = -1; for (int i = 0; i < ARRAYSIZE(_cutawayAnimations); i++) { -- cgit v1.2.3