[Scummvm-cvs-logs] SF.net SVN: scummvm: [25619] scummvm/trunk/engines/scumm/gfx.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Feb 16 03:26:42 CET 2007


Revision: 25619
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25619&view=rev
Author:   kirben
Date:     2007-02-15 18:26:42 -0800 (Thu, 15 Feb 2007)

Log Message:
-----------
Add Quietust's patch, to fix graphical glitch in MM NES with scrolling and objects.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/gfx.cpp

Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp	2007-02-16 02:25:16 UTC (rev 25618)
+++ scummvm/trunk/engines/scumm/gfx.cpp	2007-02-16 02:26:42 UTC (rev 25619)
@@ -1285,7 +1285,7 @@
 					const int x, const int y, const int width, const int height,
 	                int stripnr, int numstrip) {
 	if (_objectMode) {
-		decodeNESObject(ptr, x, y, width, height);
+		decodeNESObject(ptr, x - stripnr, y, width, height);
 	}
 }
 


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