mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Special UFO: Don't wait for hitstop to play new damage hum
This commit is contained in:
parent
a87e557e4e
commit
385fc27303
1 changed files with 2 additions and 0 deletions
|
|
@ -966,6 +966,8 @@ boolean Obj_SpecialUFODamage(mobj_t *ufo, mobj_t *inflictor, mobj_t *source, UIN
|
||||||
S_StopSoundByID(ufo, hums[i]);
|
S_StopSoundByID(ufo, hums[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UFOUpdateSound(ufo);
|
||||||
|
|
||||||
P_StartQuake(10, 64 * ufo->scale, 0, NULL);
|
P_StartQuake(10, 64 * ufo->scale, 0, NULL);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue