mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
cbb99ca79b
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