mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
M_HandleFollowerRotate: Actually insert Follower-specific Match and Opposite into color wheel
This commit is contained in:
parent
aea68c454f
commit
6626b27a7a
1 changed files with 1 additions and 0 deletions
|
|
@ -1061,6 +1061,7 @@ static void M_HandleFollowerRotate(setup_player_t *p, UINT8 num)
|
|||
if (p->followern > -1)
|
||||
{
|
||||
p->mdepth = CSSTEP_FOLLOWERCOLORS;
|
||||
M_NewPlayerColors(p);
|
||||
S_StartSound(NULL, sfx_s3k63);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue