diff options
author | Max Horn | 2003-04-22 20:54:12 +0000 |
---|---|---|
committer | Max Horn | 2003-04-22 20:54:12 +0000 |
commit | a5cfbd87c0944853f100cb4956b80884161931a4 (patch) | |
tree | 9f96e14224af9b22358bff5246969b5212f2df26 /scumm | |
parent | cf730045d9882ba57c4ffefee1a267134b86d6c1 (diff) | |
download | scummvm-rg350-a5cfbd87c0944853f100cb4956b80884161931a4.tar.gz scummvm-rg350-a5cfbd87c0944853f100cb4956b80884161931a4.tar.bz2 scummvm-rg350-a5cfbd87c0944853f100cb4956b80884161931a4.zip |
huh? anyway, now it works much better already in indy3ega
svn-id: r7080
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; |