From 71264fbc56b2e6b7004fadd83d4bada36f6591b7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 Oct 2004 21:37:29 +0000 Subject: Workaround for bug #1035739 (SMUSH: Ugly palette change when video finishes) svn-id: r15373 --- scumm/smush/smush_player.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scumm/smush') 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. -- cgit v1.2.3