Fix Miles tired animation

This commit is contained in:
Lucas S. Vieira 2025-04-10 00:52:48 -03:00
parent 1e0a9fd2cc
commit cdc77fc1a0

View file

@ -1379,6 +1379,10 @@ player_update(Player *player)
player_set_frame_duration(player, 12); player_set_frame_duration(player, 12);
break; break;
case ANIM_FLYTIRED:
player_set_frame_duration(player, 12);
break;
// Single-frame animations // Single-frame animations
case ANIM_STOPPED: case ANIM_STOPPED:
case ANIM_IDLE: case ANIM_IDLE: