diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 903e5e737b..cd5ed3b5ac 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_OLD_BUNDLE); + newAmiCost = (_vm->_features & GF_AMIGA); CHECK_HEAP _maskval = 0xF; |