aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_player.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 8f83b87f87..27dfab07ef 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -311,6 +311,10 @@ void SmushPlayer::release() {
_vm->_fullRedraw = true;
+ // WORKAROUND bug #1035739: This is hack to workaround some ugly palette
+ // issues, see the mentioned bug report for details.
+ _vm->_doEffect = false;
+
// HACK HACK HACK: This is an *evil* trick, beware! See above for
// some explanation.