mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Fix Miles tired animation
This commit is contained in:
parent
1e0a9fd2cc
commit
cdc77fc1a0
1 changed files with 4 additions and 0 deletions
|
@ -1379,6 +1379,10 @@ player_update(Player *player)
|
|||
player_set_frame_duration(player, 12);
|
||||
break;
|
||||
|
||||
case ANIM_FLYTIRED:
|
||||
player_set_frame_duration(player, 12);
|
||||
break;
|
||||
|
||||
// Single-frame animations
|
||||
case ANIM_STOPPED:
|
||||
case ANIM_IDLE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue