mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-12 06:06:27 +00:00
Fixed wrong sound being played by Pyreflies with Ambush
This commit is contained in:
parent
3a2449287d
commit
a711960d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -12085,7 +12085,7 @@ ML_EFFECT5 : Don't stop thinking when too far away
|
|||
if (mthing->options & MTF_AMBUSH)
|
||||
{
|
||||
mobj->extravalue2 = 2;
|
||||
S_StartSound(mobj, sfx_s3kd3l);
|
||||
S_StartSound(mobj, sfx_s3kc2l);
|
||||
}
|
||||
break;
|
||||
case MT_BIGFERN:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue