Merge branch 'reducevfx-checkwarning' into 'master'

Disable flashing of CHECK warnings when reducevfx is on.

See merge request kart-krew-dev/ring-racers!43
This commit is contained in:
Eidolon 2025-09-30 17:09:47 -05:00
commit cbb99ca79b

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
}