[Scummvm-cvs-logs] SF.net SVN: scummvm:[47954] scummvm/trunk/engines/sci/graphics/paint16.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Feb 7 13:06:03 CET 2010


Revision: 47954
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47954&view=rev
Author:   m_kiewitz
Date:     2010-02-07 12:06:03 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
SCI: dont set palette on kernelDrawCel() call

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/paint16.cpp

Modified: scummvm/trunk/engines/sci/graphics/paint16.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/paint16.cpp	2010-02-07 12:00:06 UTC (rev 47953)
+++ scummvm/trunk/engines/sci/graphics/paint16.cpp	2010-02-07 12:06:03 UTC (rev 47954)
@@ -355,7 +355,6 @@
 	} else {
 		drawHiresCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, upscaledHiresHandle);
 	}
-	_palette->setOnScreen();
 }
 
 void GfxPaint16::kernelGraphFillBoxForeground(Common::Rect rect) {


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