[Scummvm-cvs-logs] SF.net SVN: scummvm: [22912] scummvm/trunk/engines/kyra/scene.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jun 4 14:30:35 CEST 2006


Revision: 22912
Author:   lordhoto
Date:     2006-06-04 05:30:29 -0700 (Sun, 04 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22912&view=rev

Log Message:
-----------
wrong palettes should be really fixed now.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/scene.cpp
Modified: scummvm/trunk/engines/kyra/scene.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene.cpp	2006-06-04 12:12:24 UTC (rev 22911)
+++ scummvm/trunk/engines/kyra/scene.cpp	2006-06-04 12:30:29 UTC (rev 22912)
@@ -837,7 +837,6 @@
 	} else {
 		_screen->copyRegion(8, 8, 8, 8, 304, 128, 2, 0);
 	}
-	_screen->updateScreen();
 	if (_unkScreenVar1 && _paletteChanged) {
 		if (!queryGameFlag(0xA0)) {
 			// XXX Palette stuff
@@ -846,6 +845,8 @@
 			// XXX Palette stuff
 		}
 	}
+	// really call this here?
+	_screen->updateScreen();
 
 	if (!_scriptInterpreter->startScript(_scriptClick, 2))
 		error("Could not start script function 2 of scene script");


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