[Scummvm-cvs-logs] SF.net SVN: scummvm: [30684] scummvm/trunk/engines/parallaction/ callables_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Jan 28 19:10:16 CET 2008


Revision: 30684
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30684&view=rev
Author:   peres001
Date:     2008-01-28 10:10:16 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
Changed _c_moveSheet to work with only 1 buffer.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/callables_ns.cpp

Modified: scummvm/trunk/engines/parallaction/callables_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables_ns.cpp	2008-01-28 17:37:15 UTC (rev 30683)
+++ scummvm/trunk/engines/parallaction/callables_ns.cpp	2008-01-28 18:10:16 UTC (rev 30684)
@@ -538,7 +538,6 @@
 	r.top = 47;
 	r.right = (x + 32 > 319) ? 319 : (x + 32);
 	r.bottom = 199;
-	_gfx->floodFill(Gfx::kBitBack, r, 1);
 	_gfx->floodFill(Gfx::kBit2, r, 1);
 
 	if (x >= 104) return;
@@ -547,7 +546,6 @@
 	r.top = 47;
 	r.right = (x + 247 > 319) ? 319 : (x + 247);
 	r.bottom = 199;
-	_gfx->floodFill(Gfx::kBitBack, r, 12);
 	_gfx->floodFill(Gfx::kBit2, r, 12);
 
 	return;


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