mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Disable flashing of CHECK warnings when reducevfx is on.
This commit is contained in:
parent
daa6dbd667
commit
4ff1f38877
1 changed files with 1 additions and 1 deletions
|
|
@ -5189,7 +5189,7 @@ static void K_drawKartPlayerCheck(void)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2))
|
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2) && !(cv_reducevfx.value))
|
||||||
{
|
{
|
||||||
pnum++; // white frames
|
pnum++; // white frames
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue