From 4b9e30171b79e7e4e0d11b7b3dbb9cae8dee15a2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 9 Sep 2003 17:33:29 +0000 Subject: fix for bug #749970 (FT: Animation glitch at the fuel tower) svn-id: r10141 --- 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 e59dae2ffd..fe3798054e 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1199,7 +1199,7 @@ void Actor::setActorCostume(int c) { costumeNeedsInit = true; - if (_vm->_version == 8) { + if (_vm->_version >= 7) { cost.reset(); memset(animVariable, 0, sizeof(animVariable)); costume = c; -- cgit v1.2.3