[Scummvm-cvs-logs] scummvm master -> ae54885379a040321ac8576be8db7848078ba616

bluegr md5 at scummvm.org
Thu Nov 17 10:16:42 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ae54885379 SCI: Updated information regarding bug #3439240


Commit: ae54885379a040321ac8576be8db7848078ba616
    https://github.com/scummvm/scummvm/commit/ae54885379a040321ac8576be8db7848078ba616
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-11-17T01:16:10-08:00

Commit Message:
SCI: Updated information regarding bug #3439240

Changed paths:
    engines/sci/graphics/palette.cpp



diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp
index b8a4248..47d1647 100644
--- a/engines/sci/graphics/palette.cpp
+++ b/engines/sci/graphics/palette.cpp
@@ -711,7 +711,9 @@ bool GfxPalette::palVaryLoadTargetPalette(GuiResourceId resourceId) {
 void GfxPalette::palVaryInstallTimer() {
 	// Remove any possible leftover palVary timer callbacks.
 	// This happens for example in QFG1VGA, when sleeping at Erana's place
-	// (bug #3439240).
+	// (bug #3439240) - the nighttime to daytime effect clashes with the
+	// scene transition effect, as we load scene images too quickly for
+	// the SCI scripts in that case (also refer to kernelPalVaryInit).
 	palVaryRemoveTimer();
 
 	int16 ticks = _palVaryTicks > 0 ? _palVaryTicks : 1;






More information about the Scummvm-git-logs mailing list