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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Mar 4 21:12:56 CET 2007


Revision: 25981
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25981&view=rev
Author:   peres001
Date:     2007-03-04 12:12:55 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
fixed regression: background used to get broken when items were picked up

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

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-03-04 16:25:27 UTC (rev 25980)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-03-04 20:12:55 UTC (rev 25981)
@@ -980,6 +980,7 @@
 
 void Graphics::setBackground(byte *background) {
 	memcpy(_buffers[kBitBack], background, SCREEN_WIDTH*SCREEN_HEIGHT);
+	copyScreen(kBitBack, kBit2);
 }
 
 void Graphics::setMask(byte *mask) {


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