aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-05-31 13:53:25 +0000
committerTravis Howell2003-05-31 13:53:25 +0000
commitb0b9c354d1347d7b35b156408ac67e7bf3305ad8 (patch)
tree704a29a2423af485aff76c73d78eb81463b7786e
parent3a64beb9048685d63ff447f1359b25351bcdc0df (diff)
downloadscummvm-rg350-b0b9c354d1347d7b35b156408ac67e7bf3305ad8.tar.gz
scummvm-rg350-b0b9c354d1347d7b35b156408ac67e7bf3305ad8.tar.bz2
scummvm-rg350-b0b9c354d1347d7b35b156408ac67e7bf3305ad8.zip
Amiga specific code is only require for Amiga versions of indy4 and monkey2
svn-id: r8175
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
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();