aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 9f6d2a29a9..01ecae22dc 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -86,7 +86,7 @@ byte CostumeRenderer::mainRoutine(int slot, int frame) {
byte newAmiCost;
int ex1, ex2;
- newAmiCost = (_vm->_features & GF_AMIGA) || (_vm->_features & GF_16COLOR);
+ newAmiCost = (_vm->_features & GF_AMIGA) || (_vm->_features & GF_OLD_BUNDLE);
CHECK_HEAP
_maskval = 0xF;