Workaround for bug #1035739 (SMUSH: Ugly palette change when video finishes)

svn-id: r15373
This commit is contained in:
Max Horn 2004-10-01 21:37:29 +00:00
parent ee3158cb8c
commit 71264fbc56

View File

@ -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.