From 406b0072e14a655f10c652d990c30944406e5bbb Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 7 Apr 2003 22:47:38 +0000 Subject: fixed reading Loom index file, and handle gfx for 16 colors games svn-id: r6937 --- scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/costume.cpp') 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; -- cgit v1.2.3