mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Menus/Character Select: animate follower when READY
This commit is contained in:
parent
8b65779a4e
commit
67aa3bb6e3
1 changed files with 5 additions and 0 deletions
|
|
@ -1242,6 +1242,11 @@ boolean M_CharacterSelectHandler(INT32 choice)
|
||||||
setup_player_t *p = &setup_player[i];
|
setup_player_t *p = &setup_player[i];
|
||||||
boolean playersChanged = false;
|
boolean playersChanged = false;
|
||||||
|
|
||||||
|
if (p->mdepth == CSSTEP_READY)
|
||||||
|
{
|
||||||
|
M_AnimateFollower(p);
|
||||||
|
}
|
||||||
|
|
||||||
if (p->delay == 0 && menucmd[i].delay == 0)
|
if (p->delay == 0 && menucmd[i].delay == 0)
|
||||||
{
|
{
|
||||||
if (!optionsmenu.profile)
|
if (!optionsmenu.profile)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue