mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HitEm voice line can always play
Still starts the timer to at least 3 seconds on other voices though
This commit is contained in:
parent
0b3d031a55
commit
4f19960324
1 changed files with 0 additions and 3 deletions
|
|
@ -1227,9 +1227,6 @@ static void K_PlayOvertakeSound(mobj_t *source)
|
||||||
|
|
||||||
static void K_PlayHitEmSound(mobj_t *source)
|
static void K_PlayHitEmSound(mobj_t *source)
|
||||||
{
|
{
|
||||||
if (source->player && source->player->kartstuff[k_voices]) // Prevents taunt sounds from playing every time the button is pressed
|
|
||||||
return;
|
|
||||||
|
|
||||||
S_StartSound(source, sfx_hitem);
|
S_StartSound(source, sfx_hitem);
|
||||||
|
|
||||||
if (source->player)
|
if (source->player)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue