[Scummvm-cvs-logs] SF.net SVN: scummvm:[39291] scummvm/trunk/engines/groovie/roq.cpp

scott_t at users.sourceforge.net scott_t at users.sourceforge.net
Tue Mar 10 08:35:07 CET 2009


Revision: 39291
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39291&view=rev
Author:   scott_t
Date:     2009-03-10 07:35:06 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
Fix graphics corruption in 11H FMV streams

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/roq.cpp

Modified: scummvm/trunk/engines/groovie/roq.cpp
===================================================================
--- scummvm/trunk/engines/groovie/roq.cpp	2009-03-10 02:57:30 UTC (rev 39290)
+++ scummvm/trunk/engines/groovie/roq.cpp	2009-03-10 07:35:06 UTC (rev 39291)
@@ -628,7 +628,7 @@
 
 void ROQPlayer::copy(byte size, int destx, int desty, int offx, int offy) {
 	offx *= _offScale / _scale;
-	offy *= _offScale / _scale;
+	offy *= _scale;
 
 	// Get the beginning of the first line
 	byte *dst = (byte *)_currBuf->getBasePtr(destx, desty);


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