From 74f958fdf141dfb08d076e5aadc82b917ddd1c22 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 3 Jan 2004 06:38:34 +0000 Subject: Should be enabled for all GF_NEW_COSTUMES games. Fixes missing actors in craters section of puttmoon svn-id: r12105 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/actor.cpp b/scumm/actor.cpp index df417931e1..87f88807e9 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1201,7 +1201,7 @@ void Actor::setActorCostume(int c) { costumeNeedsInit = true; - if (_vm->_version >= 7) { + if (_vm->_features & GF_NEW_COSTUMES) { cost.reset(); memset(animVariable, 0, sizeof(animVariable)); costume = c; -- cgit v1.2.3