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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat Sep 12 15:16:47 CEST 2009


Revision: 44040
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44040&view=rev
Author:   athrxx
Date:     2009-09-12 13:16:47 +0000 (Sat, 12 Sep 2009)

Log Message:
-----------
LOL: fix bug that would sometimes accidently swap the freeze palette and the normal palette in the ghorka swamp

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

Modified: scummvm/trunk/engines/kyra/lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/lol.cpp	2009-09-12 00:10:07 UTC (rev 44039)
+++ scummvm/trunk/engines/kyra/lol.cpp	2009-09-12 13:16:47 UTC (rev 44040)
@@ -2339,9 +2339,9 @@
 	if (breakWall)
 		breakIceWall(tpal.getData(), swampCol.getData());
 
-	static const uint8 freezeTime[] = { 20, 28, 40, 60 };
-	if (_currentLevel == 11)
-		setCharacterUpdateEvent(charNum, 8, freezeTime[spellLevel], 1);
+	//static const uint8 freezeTime[] = { 20, 28, 40, 60 };
+	//if (spellLevel == 11)
+	//	setCharacterUpdateEvent(charNum, 8, freezeTime[spellLevel], 1);
 
 	_screen->setCurPage(cp);
 	return 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