mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use sfx_s3k38
This commit is contained in:
parent
a617563bd8
commit
35238510e3
1 changed files with 1 additions and 1 deletions
|
|
@ -3065,7 +3065,7 @@ void P_MobjCheckWater(mobj_t *mobj)
|
||||||
if (p && !p->waterskip &&
|
if (p && !p->waterskip &&
|
||||||
p->curshield != KSHIELD_BUBBLE && wasinwater)
|
p->curshield != KSHIELD_BUBBLE && wasinwater)
|
||||||
{
|
{
|
||||||
S_StartSound(mobj, sfx_gasp);
|
S_StartSound(mobj, sfx_s3k38);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (waterwasnotset)
|
if (waterwasnotset)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue