mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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;
|
||||
}
|
||||
|
||||
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2))
|
||||
if ((checkplayer->invincibilitytimer <= 0) && (leveltime & 2) && !(cv_reducevfx.value))
|
||||
{
|
||||
pnum++; // white frames
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue