mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 09:51:15 +00:00
Fixing going back in the follower list on the Character Select
This commit is contained in:
parent
f5eadd331e
commit
ca3525a81a
1 changed files with 2 additions and 0 deletions
|
|
@ -2787,6 +2787,8 @@ static void M_HandleFollowerRotate(setup_player_t *p, UINT8 num)
|
|||
if (p->followern < -1)
|
||||
p->followern = numfollowers-1;
|
||||
|
||||
M_GetFollowerState(p);
|
||||
|
||||
p->rotate = -CSROTATETICS;
|
||||
p->delay = CSROTATETICS;
|
||||
S_StartSound(NULL, sfx_s3kc3s);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue