aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.cpp
diff options
context:
space:
mode:
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;