aboutsummaryrefslogtreecommitdiff
path: root/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-09 13:11:55 +0000
committerJohannes Schickel2005-11-09 13:11:55 +0000
commit2b4c9b00b06a83972426b90114b3c598701b5859 (patch)
tree7cc59f8d2ce8931325634aa0a5bb70e95e1424e2 /kyra
parentd493ca602b62d3bd9395bb50ac62bbcfbd962420 (diff)
downloadscummvm-rg350-2b4c9b00b06a83972426b90114b3c598701b5859.tar.gz
scummvm-rg350-2b4c9b00b06a83972426b90114b3c598701b5859.tar.bz2
scummvm-rg350-2b4c9b00b06a83972426b90114b3c598701b5859.zip
Commited patch #1350387.
svn-id: r19532
Diffstat (limited to 'kyra')
-rw-r--r--kyra/wsamovie.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kyra/wsamovie.cpp b/kyra/wsamovie.cpp
index 365ed93261..b3fa637df9 100644
--- a/kyra/wsamovie.cpp
+++ b/kyra/wsamovie.cpp
@@ -134,6 +134,8 @@ void KyraEngine::wsa_play(WSAMovieV1 *wsa, int frameNum, int x, int y, int pageN
}
if (wsa->currentFrame == wsa->numFrames) {
+ if (!(wsa->flags & WF_OFFSCREEN_DECODE) && (_features & GF_TALKIE))
+ _screen->clearPage(pageNum);
if (!(wsa->flags & WF_NO_FIRST_FRAME)) {
if (wsa->flags & WF_OFFSCREEN_DECODE) {
Screen::decodeFrameDelta(dst, wsa->deltaBuffer);