aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-22 21:45:55 +0000
committerJohannes Schickel2010-07-22 21:45:55 +0000
commit9f1c8f149db0c27fa737b4a058a610d36e816e01 (patch)
tree65532d561bfa15175f7223bf3e6852392043af41 /engines
parenta3b3febb969912ce8083b43c8c641eb1bd06fc66 (diff)
downloadscummvm-rg350-9f1c8f149db0c27fa737b4a058a610d36e816e01.tar.gz
scummvm-rg350-9f1c8f149db0c27fa737b4a058a610d36e816e01.tar.bz2
scummvm-rg350-9f1c8f149db0c27fa737b4a058a610d36e816e01.zip
KYRA: Free hand shapes after the Kallak writing sequence.
svn-id: r51171
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/sequences_lok.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp
index 5145cdfdf8..88c78a6c9e 100644
--- a/engines/kyra/sequences_lok.cpp
+++ b/engines/kyra/sequences_lok.cpp
@@ -319,6 +319,7 @@ void KyraEngine_LoK::seq_introKallakWriting() {
_screen->_charWidth = -2;
_screen->clearPage(3);
_seq->playSequence(_seq_KallakWriting, true);
+ _seq->freeHandShapes();
}
void KyraEngine_LoK::seq_introKallakMalcolm() {