From 4ff1f38877bf69394d2c82265095607496a2cc8c Mon Sep 17 00:00:00 2001 From: Freaky Mutant Man Date: Tue, 30 Sep 2025 22:09:46 +0000 Subject: [PATCH] Disable flashing of CHECK warnings when reducevfx is on. --- src/k_hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.cpp b/src/k_hud.cpp index 09149d92a..1c0b4e2e6 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -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 }