diff --git a/src/menus/play-char-select.c b/src/menus/play-char-select.c index a9acfba2d..b658d8c31 100644 --- a/src/menus/play-char-select.c +++ b/src/menus/play-char-select.c @@ -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