mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Spurious else
This commit is contained in:
parent
93f151fec9
commit
36afe024c7
1 changed files with 0 additions and 1 deletions
|
|
@ -4688,7 +4688,6 @@ static void K_drawDirectorHUD(void)
|
||||||
K_DrawDirectorButton(2, "Prev Player", kp_button_x[0], 0);
|
K_DrawDirectorButton(2, "Prev Player", kp_button_x[0], 0);
|
||||||
offs = 2;
|
offs = 2;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
|
||||||
if (p == -1 || !playeringame[p] || players[p].spectator == false)
|
if (p == -1 || !playeringame[p] || players[p].spectator == false)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue