mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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)
|
if (mthing->options & MTF_AMBUSH)
|
||||||
{
|
{
|
||||||
mobj->extravalue2 = 2;
|
mobj->extravalue2 = 2;
|
||||||
S_StartSound(mobj, sfx_s3kd3l);
|
S_StartSound(mobj, sfx_s3kc2l);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MT_BIGFERN:
|
case MT_BIGFERN:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue