aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-05-22 17:33:31 +0000
committerSven Hesse2008-05-22 17:33:31 +0000
commit6a54cbc4ebb47af65f5d6f9adcef82b5811aba10 (patch)
tree6df2032a6492920d55f810f7fecf594e57c0a5cf /engines/gob/videoplayer.cpp
parentf2294d9b89da81929816484f2b845d4c2a68e741 (diff)
downloadscummvm-rg350-6a54cbc4ebb47af65f5d6f9adcef82b5811aba10.tar.gz
scummvm-rg350-6a54cbc4ebb47af65f5d6f9adcef82b5811aba10.tar.bz2
scummvm-rg350-6a54cbc4ebb47af65f5d6f9adcef82b5811aba10.zip
Fixing the flickering when changing from object animations to videos
svn-id: r32213
Diffstat (limited to 'engines/gob/videoplayer.cpp')
-rw-r--r--engines/gob/videoplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp
index c6910c1369..c3bf60c95a 100644
--- a/engines/gob/videoplayer.cpp
+++ b/engines/gob/videoplayer.cpp
@@ -557,7 +557,7 @@ bool VideoPlayer::doPlay(int16 frame, int16 breakKey,
if (_backSurf) {
_vm->_draw->invalidateRect(state.left, state.top, state.right, state.bottom);
- _vm->_draw->blitInvalidated();
+ _vm->_draw->blitInvalidated(palCmd <= 1);
}
_vm->_video->retrace();