diff options
author | Max Horn | 2004-10-01 21:37:29 +0000 |
---|---|---|
committer | Max Horn | 2004-10-01 21:37:29 +0000 |
commit | 71264fbc56b2e6b7004fadd83d4bada36f6591b7 (patch) | |
tree | 60299b8ec8fc0ef0a2911811343ab7b757794f98 /scumm | |
parent | ee3158cb8ca8b05d7c1a474f09ade8ac91209fbc (diff) | |
download | scummvm-rg350-71264fbc56b2e6b7004fadd83d4bada36f6591b7.tar.gz scummvm-rg350-71264fbc56b2e6b7004fadd83d4bada36f6591b7.tar.bz2 scummvm-rg350-71264fbc56b2e6b7004fadd83d4bada36f6591b7.zip |
Workaround for bug #1035739 (SMUSH: Ugly palette change when video finishes)
svn-id: r15373
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/smush/smush_player.cpp | 4 |
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. |