mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-02 22:05:43 +02:00
Fix "holding" animation speed
This commit is contained in:
parent
731f7b0578
commit
2ac997d8a9
@ -78,10 +78,7 @@ float AnimationControls::getCreatureAnimationSpeed(const CCreature * creature, c
|
|||||||
return baseSpeed;
|
return baseSpeed;
|
||||||
|
|
||||||
case ECreatureAnimType::HOLDING:
|
case ECreatureAnimType::HOLDING:
|
||||||
if ( creature->animation.idleAnimationTime > 0.01)
|
return creature->animation.idleAnimationTime;
|
||||||
return speed / creature->animation.idleAnimationTime;
|
|
||||||
else
|
|
||||||
return 0.f; // this animation is disabled for current creature
|
|
||||||
|
|
||||||
case ECreatureAnimType::SHOOT_UP:
|
case ECreatureAnimType::SHOOT_UP:
|
||||||
case ECreatureAnimType::SHOOT_FRONT:
|
case ECreatureAnimType::SHOOT_FRONT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user