mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
Whoops, accidental rename
This commit is contained in:
parent
2a04059ace
commit
c94ab8d295
1 changed files with 1 additions and 1 deletions
|
|
@ -1205,7 +1205,7 @@ static void K_PlayTauntSound(mobj_t *source)
|
|||
}
|
||||
}
|
||||
|
||||
static void K_PlayVoiceSound(mobj_t *source)
|
||||
static void K_PlayOvertakeSound(mobj_t *source)
|
||||
{
|
||||
if (source->player && source->player->kartstuff[k_voices]) // Prevents taunt sounds from playing every time the button is pressed
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue