diff options
| -rw-r--r-- | scumm/costume.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/costume.cpp b/scumm/costume.cpp index c4b36c577f..66653c301d 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -271,7 +271,7 @@ byte CostumeRenderer::mainRoutine(int xmoveCur, int ymoveCur) {  	if (_vm->_version == 1)  		procC64(); -	else if (_vm->_features & GF_AMIGA && (_vm->_gameId == GID_INDY4 || _vm->_gameId == GID_MONKEY2)) +	else if (_vm->_features & GF_AMIGA && _vm->_version == 5)  		proc3_ami();  	else  		proc3(); | 
