From e26a95af6e4ec31a07ca36ab2b4db4977520ac05 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 12 Jan 2024 01:10:37 -0800 Subject: [PATCH] Battle: show rank number on Tally screen --- 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 f6bbcab2a..f7ea1837d 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -5550,7 +5550,7 @@ void K_drawKartHUD(void) } else if (freecam) ; - else if ((gametyperules & GTR_POWERSTONES)) + else if ((gametyperules & GTR_POWERSTONES) && !K_PlayerTallyActive(stplyr)) { if (!battleprisons) K_drawKartEmeralds();