mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 06:21:18 +00:00
Handle sound falloff for exiting player sounds
This commit is contained in:
parent
ff131335d4
commit
e3fe3ed54a
1 changed files with 3 additions and 0 deletions
|
|
@ -766,6 +766,9 @@ void S_UpdateSounds(void)
|
|||
if (c->origin != listenmobj[i])
|
||||
continue;
|
||||
|
||||
if (listenmobj[i]->player && listenmobj[i]->player->exiting)
|
||||
continue;
|
||||
|
||||
itsUs = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue