From a5cfbd87c0944853f100cb4956b80884161931a4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Apr 2003 20:54:12 +0000 Subject: huh? anyway, now it works much better already in indy3ega svn-id: r7080 --- scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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; -- cgit v1.2.3