mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Battle: show rank number on Tally screen
This commit is contained in:
parent
b5d87a89f4
commit
e26a95af6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue