[Scummvm-cvs-logs] CVS: scummvm/kyra wsamovie.cpp,1.14,1.15
Johannes Schickel
lordhoto at users.sourceforge.net
Wed Nov 9 06:53:40 CET 2005
Update of /cvsroot/scummvm/scummvm/kyra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9299
Modified Files:
wsamovie.cpp
Log Message:
Commited patch #1350387.
Index: wsamovie.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/wsamovie.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wsamovie.cpp 18 Oct 2005 01:30:18 -0000 1.14
+++ wsamovie.cpp 9 Nov 2005 13:11:55 -0000 1.15
@@ -134,6 +134,8 @@
}
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);
More information about the Scummvm-git-logs
mailing list