mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-06 19:31:13 +00:00
Underwater: SF_MACHINE characters play a different sound effect when resurfacing
This commit is contained in:
parent
2b121bf3d0
commit
b12dba0393
1 changed files with 1 additions and 1 deletions
|
|
@ -3448,7 +3448,7 @@ void P_MobjCheckWater(mobj_t *mobj)
|
|||
&& p->breathTimer > 15*TICRATE)
|
||||
{
|
||||
// Play the gasp sound
|
||||
S_StartSound(mobj, sfx_s3k38);
|
||||
S_StartSound(mobj, (p->charflags & SF_MACHINE) ? sfx_s25a : sfx_s3k38);
|
||||
}
|
||||
|
||||
p->breathTimer = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue