Fix bail-induced follower horn sound playing for everyone

This commit is contained in:
toaster 2025-08-28 13:35:41 +01:00
parent 94fe67e87b
commit a6f71215ec

View file

@ -10578,7 +10578,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
if (player->follower && fls >= 0 && fls < numfollowers)
{
const follower_t *fl = &followers[fls];
S_StartSound(NULL, fl->hornsound);
S_StartSound(player->follower, fl->hornsound);
}
S_StartSound(player->mo, sfx_kc33);