mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD: do not show position number in splitscreen FREE PLAY
This commit is contained in:
parent
8284aff4f1
commit
35cb0e4c5c
1 changed files with 13 additions and 8 deletions
|
|
@ -5486,7 +5486,11 @@ void K_drawKartHUD(void)
|
||||||
|
|
||||||
islonesome = K_drawKartPositionFaces();
|
islonesome = K_drawKartPositionFaces();
|
||||||
}
|
}
|
||||||
else if (r_splitscreen == 1)
|
else
|
||||||
|
{
|
||||||
|
islonesome = M_NotFreePlay() == false;
|
||||||
|
|
||||||
|
if (r_splitscreen == 1)
|
||||||
{
|
{
|
||||||
if (LUA_HudEnabled(hud_time))
|
if (LUA_HudEnabled(hud_time))
|
||||||
{
|
{
|
||||||
|
|
@ -5500,6 +5504,7 @@ void K_drawKartHUD(void)
|
||||||
K_drawKart4PTimestamp();
|
K_drawKart4PTimestamp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!stplyr->spectator && !demo.freecam) // Bottom of the screen elements, don't need in spectate mode
|
if (!stplyr->spectator && !demo.freecam) // Bottom of the screen elements, don't need in spectate mode
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue