Fix inverted cooldown check on taunt voices

This commit is contained in:
AJ Martinez 2024-03-28 20:40:37 -07:00
parent f82277be7b
commit 5414c36e18

View file

@ -2710,7 +2710,7 @@ static void K_PlayGenericTastefulTaunt(mobj_t *source, sfxenum_t sfx_id)
if (skinid >= numskins) if (skinid >= numskins)
return; return;
boolean tasteful = (!source->player || source->player->karthud[khud_tauntvoices]); boolean tasteful = (!source->player || !source->player->karthud[khud_tauntvoices]);
if ( if (
cv_kartvoices.value cv_kartvoices.value