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 7e41ba5798..5089c2f92f 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1144,7 +1144,7 @@ void Actor::setActorCostume(int c)
cost.reset();
}
- if (_features & GF_AFTER_V7) {
+ if (_vm->_features & GF_AFTER_V7) {
for (i = 0; i < 256; i++)
palette[i] = 0xFF;
} else {