From b0b9c354d1347d7b35b156408ac67e7bf3305ad8 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 31 May 2003 13:53:25 +0000 Subject: Amiga specific code is only require for Amiga versions of indy4 and monkey2 svn-id: r8175 --- scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 057a37c0c9..1e72e99c1d 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -252,7 +252,7 @@ byte CostumeRenderer::mainRoutine(int xmoveCur, int ymoveCur) { CHECK_HEAP - if (_vm->_features & GF_AMIGA) + if (_vm->_features & GF_AMIGA && (_vm->_gameId == GID_INDY4 || _vm->_gameId == GID_MONKEY2)) proc3_ami(); else proc3(); -- cgit v1.2.3