aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-01-22 12:26:31 +0000
committerSven Hesse2011-01-22 12:26:31 +0000
commit7c14cf2b1bddaf4ec9403f49a1fc09ec750ee6c6 (patch)
tree3f5c1e5e76318a13b451d31471a2d7e0349e15b1 /engines/gob/draw.cpp
parent477ae820fbccfe767b8d747d3441c45729f3aa94 (diff)
downloadscummvm-rg350-7c14cf2b1bddaf4ec9403f49a1fc09ec750ee6c6.tar.gz
scummvm-rg350-7c14cf2b1bddaf4ec9403f49a1fc09ec750ee6c6.tar.bz2
scummvm-rg350-7c14cf2b1bddaf4ec9403f49a1fc09ec750ee6c6.zip
GOB: Fix some of the live-video glitchyness
svn-id: r55421
Diffstat (limited to 'engines/gob/draw.cpp')
-rw-r--r--engines/gob/draw.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/draw.cpp b/engines/gob/draw.cpp
index 216dbb5b77..f86d5e67c9 100644
--- a/engines/gob/draw.cpp
+++ b/engines/gob/draw.cpp
@@ -245,6 +245,9 @@ void Draw::blitInvalidated() {
if (_noInvalidated && !_applyPal)
return;
+ if (_vm->isTrueColor())
+ _applyPal = false;
+
if (_noInvalidated) {
setPalette();
_applyPal = false;