mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
Amiga specific code is only require for Amiga versions of indy4 and monkey2
svn-id: r8175
This commit is contained in:
parent
3a64beb904
commit
b0b9c354d1
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user