Battle: show rank number on Tally screen

This commit is contained in:
James R 2024-01-12 01:10:37 -08:00
parent b5d87a89f4
commit e26a95af6e

View file

@ -5550,7 +5550,7 @@ void K_drawKartHUD(void)
} }
else if (freecam) else if (freecam)
; ;
else if ((gametyperules & GTR_POWERSTONES)) else if ((gametyperules & GTR_POWERSTONES) && !K_PlayerTallyActive(stplyr))
{ {
if (!battleprisons) if (!battleprisons)
K_drawKartEmeralds(); K_drawKartEmeralds();