aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 95b43a5d31..987cf752e5 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1402,7 +1402,7 @@ void Actor::setActorCostume(int c) {
palette[i] = i;
// Make stuff more visible on CGA. Based on disassembly
- if (_vm->_renderMode == Common::kRenderCGA) {
+ if (_vm->_renderMode == Common::kRenderCGA && _vm->_version > 2) {
palette[6] = 5;
palette[7] = 15;
}