Disable flashing of CHECK warnings when reducevfx is on.

This commit is contained in:
Freaky Mutant Man 2025-09-30 22:09:46 +00:00 committed by Eidolon
parent daa6dbd667
commit 4ff1f38877

View file

@ -5189,7 +5189,7 @@ static void K_drawKartPlayerCheck(void)
continue;
}
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2))
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2) && !(cv_reducevfx.value))
{
pnum++; // white frames
}