diff options
author | Max Horn | 2003-06-09 01:32:36 +0000 |
---|---|---|
committer | Max Horn | 2003-06-09 01:32:36 +0000 |
commit | b7ddc7bc5765328f81628bb6b5e7083a0101971e (patch) | |
tree | f598f25823c8a1f8f5750a8dfd2da0c527f58c9d /scumm/smush | |
parent | f7e85af55273ad9d2d342d5cc36e92beaa23186d (diff) | |
download | scummvm-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.cpp | 2 |
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) { |