Merge branch 'real-game' into 'master'

Don't blow out your ears with POSITION ebrake (resolves #653)

Closes #653

See merge request KartKrew/Kart!1489
This commit is contained in:
Oni 2023-09-12 04:34:57 +00:00
commit 9403b55e47

View file

@ -10149,7 +10149,7 @@ void K_KartEbrakeVisuals(player_t *p)
}
// sound
if (!S_SoundPlaying(p->mo, sfx_s3kd9s))
if (!S_SoundPlaying(p->mo, sfx_s3kd9s) && (leveltime > starttime || P_IsDisplayPlayer(p)))
S_ReducedVFXSound(p->mo, sfx_s3kd9s, p);
// HOLD! bubble.