From 28199bc8401dbadab9c0d9ab14dcc8559ddc6bbe Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 28 Dec 2003 10:39:39 +0000 Subject: [PATCH] Putt Putt games use old calculation svn-id: r11993 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/actor.cpp b/scumm/actor.cpp index d77f6bac209..53379390280 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -483,7 +483,7 @@ void Actor::startAnimActor(int f) { void Actor::animateActor(int anim) { int cmd, dir; - if (_vm->_features & GF_NEW_COSTUMES) { + if ((_vm->_features & GF_NEW_COSTUMES) && !(_vm->_features & GF_HUMONGOUS)) { if (anim == 0xFF) anim = 2000;