aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorFilippos Karapetis2011-11-17 11:16:10 +0200
committerFilippos Karapetis2011-11-17 11:16:10 +0200
commitae54885379a040321ac8576be8db7848078ba616 (patch)
tree7cd3780e930de5140e13653bf1417305c4c18bd0 /engines/sci
parent5fc9831577858a15ee323b41a1b9e6d01c444118 (diff)
downloadscummvm-rg350-ae54885379a040321ac8576be8db7848078ba616.tar.gz
scummvm-rg350-ae54885379a040321ac8576be8db7848078ba616.tar.bz2
scummvm-rg350-ae54885379a040321ac8576be8db7848078ba616.zip
SCI: Updated information regarding bug #3439240
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/graphics/palette.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp
index b8a4248c93..47d1647c6c 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;