aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorBenjamin Haisch2010-11-03 12:14:11 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:10 +0100
commit661ce95478c49c72352bd7bd8c965ceab687ef4f (patch)
tree638118f72d31c67b04af58164d9d1f8acded3098 /engines/toltecs
parent1cb95f36e72dd4b4e86a0a1bf49e1b797c5781c2 (diff)
downloadscummvm-rg350-661ce95478c49c72352bd7bd8c965ceab687ef4f.tar.gz
scummvm-rg350-661ce95478c49c72352bd7bd8c965ceab687ef4f.tar.bz2
scummvm-rg350-661ce95478c49c72352bd7bd8c965ceab687ef4f.zip
TOLTECS: - Fix regression in movie player (use drawScreen instead of updateScreen)
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/movie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/movie.cpp b/engines/toltecs/movie.cpp
index d5839cbcd3..0da981be0f 100644
--- a/engines/toltecs/movie.cpp
+++ b/engines/toltecs/movie.cpp
@@ -115,7 +115,7 @@ void MoviePlayer::playMovie(uint resIndex) {
_vm->_screen->updateShakeScreen();
_vm->_screen->_fullRefresh = true;
_vm->updateInput();
- _vm->updateScreen();
+ _vm->drawScreen();
_soundChunkFramesLeft--;
if (_soundChunkFramesLeft <= _framesPerSoundChunk) {