[Scummvm-cvs-logs] SF.net SVN: scummvm:[40768] scummvm/trunk/engines/kyra/wsamovie.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu May 21 19:25:29 CEST 2009


Revision: 40768
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40768&view=rev
Author:   lordhoto
Date:     2009-05-21 17:25:29 +0000 (Thu, 21 May 2009)

Log Message:
-----------
Fix some Kyra1 movies.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/wsamovie.cpp

Modified: scummvm/trunk/engines/kyra/wsamovie.cpp
===================================================================
--- scummvm/trunk/engines/kyra/wsamovie.cpp	2009-05-21 17:18:46 UTC (rev 40767)
+++ scummvm/trunk/engines/kyra/wsamovie.cpp	2009-05-21 17:25:29 UTC (rev 40768)
@@ -151,7 +151,7 @@
 			if (_flags & WF_OFFSCREEN_DECODE)
 				Screen::decodeFrameDelta(dst, _deltaBuffer);
 			else
-				Screen::decodeFrameDeltaPage(dst, _deltaBuffer, _width, false);
+				Screen::decodeFrameDeltaPage(dst, _deltaBuffer, _width, (_flags & WF_XOR) == 0);
 		}
 		_currentFrame = 0;
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list