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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Aug 11 00:54:45 CEST 2009


Revision: 43234
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43234&view=rev
Author:   lordhoto
Date:     2009-08-10 22:54:45 +0000 (Mon, 10 Aug 2009)

Log Message:
-----------
Fix cauldron water color in Zanthia's home in Kyrandia 1 Amiga.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/scene_lok.cpp

Modified: scummvm/trunk/engines/kyra/scene_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lok.cpp	2009-08-10 22:54:25 UTC (rev 43233)
+++ scummvm/trunk/engines/kyra/scene_lok.cpp	2009-08-10 22:54:45 UTC (rev 43234)
@@ -781,7 +781,7 @@
 			_screen->copyRegion(8, 8, 8, 8, 304, 128, 2, 0);
 
 		if (_unkScreenVar1 && !queryGameFlag(0xA0)) {
-			if (_currentCharacter->sceneId == 45 && _paletteChanged)
+			if (_currentCharacter->sceneId == 45 && _cauldronState)
 				_screen->getPalette(0).copy(_screen->getPalette(4), 12, 1);
 
 			if (_currentCharacter->sceneId >= 229 && _currentCharacter->sceneId <= 245 && (_brandonStatusBit & 1))


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