Whoops, accidental rename

This commit is contained in:
Sryder 2018-06-07 20:03:47 +01:00
parent 213749b115
commit 97caf79f16

View file

@ -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;