diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index b36538d469..c2f76991c4 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -909,7 +909,7 @@ void Actor::drawActorCostume() // // Or it could mean that the actor really is in walkbox 0. - if (walkbox == 0) { + if (_vm->_gameId == GID_LOOM256 && walkbox == 0) { int i; cr._zbuf = 0; |