mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Only draw variant gametype HUDs for view 0
This commit is contained in:
parent
12bc1b9cca
commit
5697d9c8d5
1 changed files with 5 additions and 6 deletions
|
|
@ -7640,13 +7640,12 @@ void K_drawKartHUD(void)
|
||||||
{
|
{
|
||||||
K_DrawKartPositionNum(stplyr->position);
|
K_DrawKartPositionNum(stplyr->position);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
K_drawKartTeamScores(false, 0);
|
if (R_GetViewNumber() == 0)
|
||||||
|
{
|
||||||
if (K_InRaceDuel())
|
K_drawKartTeamScores(false, 0);
|
||||||
{
|
K_drawKartDuelScores();
|
||||||
K_drawKartDuelScores();
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LUA_HudEnabled(hud_gametypeinfo))
|
if (LUA_HudEnabled(hud_gametypeinfo))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue