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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Aug 24 19:33:35 CEST 2010


Revision: 52353
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52353&view=rev
Author:   m_kiewitz
Date:     2010-08-24 17:33:35 +0000 (Tue, 24 Aug 2010)

Log Message:
-----------
SCI: fixing comment of r52351

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

Modified: scummvm/trunk/engines/sci/graphics/palette.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/palette.cpp	2010-08-24 17:28:52 UTC (rev 52352)
+++ scummvm/trunk/engines/sci/graphics/palette.cpp	2010-08-24 17:33:35 UTC (rev 52353)
@@ -619,9 +619,9 @@
 			// sierra sci set the timer to 1 tick instead of calling it directly
 			//  we have to change this to prevent a race condition to happen in
 			//  at least freddy pharkas during nighttime. In that case kPalVary is
-			//  called right before that and because we load pictures much faster
-			//  the 1 tick won't pass sometimes resulting in the palette being
-			//  daytime instead of nighttime during the transition.
+			//  called right before a transition and because we load pictures much
+			//  faster, the 1 tick won't pass sometimes resulting in the palette
+			//  being daytime instead of nighttime during the transition.
 			palVaryProcess(1, true);
 		} else {
 			palVaryInstallTimer();


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