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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Jun 20 18:36:34 CEST 2010


Revision: 50083
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50083&view=rev
Author:   m_kiewitz
Date:     2010-06-20 16:36:34 +0000 (Sun, 20 Jun 2010)

Log Message:
-----------
SCI: adding kPalVary update call to kFrameout - it's getting morning now in gabriel knight 1

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

Modified: scummvm/trunk/engines/sci/graphics/frameout.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-06-20 16:31:24 UTC (rev 50082)
+++ scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-06-20 16:36:34 UTC (rev 50083)
@@ -37,6 +37,7 @@
 #include "sci/graphics/view.h"
 #include "sci/graphics/screen.h"
 #include "sci/graphics/paint32.h"
+#include "sci/graphics/palette.h"
 #include "sci/graphics/picture.h"
 #include "sci/graphics/frameout.h"
 
@@ -121,6 +122,8 @@
 	FrameoutList itemList;
 	FrameoutEntry *itemEntry;
 
+	_palette->palVaryUpdate();
+
 	// Allocate enough space for all screen items
 	itemData = (FrameoutEntry *)malloc(_screenItems.size() * sizeof(FrameoutEntry));
 


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