mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
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:
commit
9403b55e47
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue