Amiga specific code is only require for Amiga versions of indy4 and monkey2

svn-id: r8175
This commit is contained in:
Travis Howell 2003-05-31 13:53:25 +00:00
parent 3a64beb904
commit b0b9c354d1

View File

@ -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();