Commited patch #1350387.

svn-id: r19532
This commit is contained in:
Johannes Schickel 2005-11-09 13:11:55 +00:00
parent d493ca602b
commit 2b4c9b00b0

View File

@ -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);