Putt Putt games use old calculation

svn-id: r11993
This commit is contained in:
Travis Howell 2003-12-28 10:39:39 +00:00
parent 7bf0cc2a98
commit 28199bc840

View File

@ -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;