aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-07 22:47:38 +0000
committerPaweł Kołodziejski2003-04-07 22:47:38 +0000
commit406b0072e14a655f10c652d990c30944406e5bbb (patch)
tree0a6d33389b667ee0fabcfd203e6070cbdc9deaaf /scumm/costume.cpp
parent2deb5e9746cdb30b934568228b49c020c1138085 (diff)
downloadscummvm-rg350-406b0072e14a655f10c652d990c30944406e5bbb.tar.gz
scummvm-rg350-406b0072e14a655f10c652d990c30944406e5bbb.tar.bz2
scummvm-rg350-406b0072e14a655f10c652d990c30944406e5bbb.zip
fixed reading Loom index file, and handle gfx for 16 colors games
svn-id: r6937
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 9d83621220..04147bf167 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->_gameId == GID_MONKEY2 || _vm->_gameId == GID_INDY4) && (_vm->_features & GF_AMIGA);
+ newAmiCost = (_vm->_gameId == GID_MONKEY2 || _vm->_gameId == GID_INDY4) && ((_vm->_features & GF_AMIGA) || (_vm->_features & GF_16COLOR));
CHECK_HEAP
_maskval = 0xF;