aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-17 21:55:58 +0000
committerPaweł Kołodziejski2003-03-17 21:55:58 +0000
commit6ed5d5d757cdca14015f3d07c87d1f76b77d0a7e (patch)
treed46bed32102aa5ccd1985d48becb89cf9d66ddba /scumm/smush
parent56e9201a70366a39171de3162bd2c8ed2aec7ad6 (diff)
downloadscummvm-rg350-6ed5d5d757cdca14015f3d07c87d1f76b77d0a7e.tar.gz
scummvm-rg350-6ed5d5d757cdca14015f3d07c87d1f76b77d0a7e.tar.bz2
scummvm-rg350-6ed5d5d757cdca14015f3d07c87d1f76b77d0a7e.zip
changed order
svn-id: r6828
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 c61759f8ee..3f2c0c9e01 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -889,8 +889,8 @@ void SmushPlayer::play(const char *filename, const char *directory) {
_scumm->_system->update_screen();
end_time = _scumm->_system->get_msecs();
debug(4, "Smush stats: BackendUpdateScreen( %03d )", end_time - start_time);
- _whileUpdate = false;
_updateNeeded = false;
+ _whileUpdate = false;
}
if (_scumm->_videoFinished == true)
break;