M_HandleFollowerRotate: Actually insert Follower-specific Match and Opposite into color wheel

This commit is contained in:
toaster 2023-04-23 21:46:26 +01:00
parent aea68c454f
commit 6626b27a7a

View file

@ -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