From 2cda9c62baa6539e80e050e8bc46fdbadafe0408 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 21 Nov 2025 17:24:55 +0100 Subject: [PATCH] Don't flash you got em --- src/k_hud.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/k_hud.c b/src/k_hud.c index 93cb9f973..6598c8f6f 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -6080,7 +6080,8 @@ void K_drawKartHUD(void) if (modeattacking || freecam) // everything after here is MP and debug only return; - if ((gametyperules & GTR_KARMA) && !r_splitscreen && (stplyr->karthud[khud_yougotem] % 2)) // * YOU GOT EM * + // TODO: Make this slide like the other titlecards + if ((gametyperules & GTR_KARMA) && !r_splitscreen && stplyr->karthud[khud_yougotem]) // * YOU GOT EM * V_DrawScaledPatch(BASEVIDWIDTH/2 - (kp_yougotem->width/2), 32, V_HUDTRANS, kp_yougotem); // Draw FREE PLAY.