aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2003-06-09 01:32:36 +0000
committerMax Horn2003-06-09 01:32:36 +0000
commitb7ddc7bc5765328f81628bb6b5e7083a0101971e (patch)
treef598f25823c8a1f8f5750a8dfd2da0c527f58c9d /scumm/smush
parentf7e85af55273ad9d2d342d5cc36e92beaa23186d (diff)
downloadscummvm-rg350-b7ddc7bc5765328f81628bb6b5e7083a0101971e.tar.gz
scummvm-rg350-b7ddc7bc5765328f81628bb6b5e7083a0101971e.tar.bz2
scummvm-rg350-b7ddc7bc5765328f81628bb6b5e7083a0101971e.zip
allow quit during smush playback; cleanup
svn-id: r8411
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 92fce74919..5cac54780e 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -280,7 +280,7 @@ void SmushPlayer::deinit() {
_scumm->_imuseDigital->pause(false);
}
_scumm->_sound->pauseBundleMusic(false);
- _scumm->_fullRedraw = 1;
+ _scumm->_fullRedraw = true;
}
void SmushPlayer::checkBlock(const Chunk &b, Chunk::type type_expected, uint32 min_size) {