mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Putt Putt games use old calculation
svn-id: r11993
This commit is contained in:
parent
7bf0cc2a98
commit
28199bc840
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user