[Scummvm-cvs-logs] SF.net SVN: scummvm:[49865] scummvm/trunk/engines/sci/engine/kgraphics.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Jun 15 18:56:24 CEST 2010


Revision: 49865
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49865&view=rev
Author:   mthreepwood
Date:     2010-06-15 16:56:23 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
Don't disable kPalVary for SCI32, the semantics have remained the same.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-15 16:50:28 UTC (rev 49864)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-15 16:56:23 UTC (rev 49865)
@@ -632,10 +632,6 @@
 reg_t kPalVary(EngineState *s, int argc, reg_t *argv) {
 	uint16 operation = argv[0].toUint16();
 
-	// Exit for SCI32 for now
-	if (!g_sci->_gfxPaint16)
-		return s->r_acc;
-
 	switch (operation) {
 	case 0: { // Init
 		GuiResourceId paletteId;


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