aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.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/animation.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/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 2 insertions, 0 deletions
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++) {