mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't draw the challenger screen multiple times
Another minor bug that could only crop up in online splitscreen
This commit is contained in:
parent
1289c84af6
commit
eafcaffc47
1 changed files with 1 additions and 1 deletions
|
|
@ -7319,7 +7319,7 @@ void K_drawKartHUD(void)
|
||||||
K_drawKartMinimap();
|
K_drawKartMinimap();
|
||||||
|
|
||||||
// Draw full screen stuff that turns off the rest of the HUD
|
// Draw full screen stuff that turns off the rest of the HUD
|
||||||
if (mapreset)
|
if (mapreset && stplyr == &players[displayplayer])
|
||||||
{
|
{
|
||||||
K_drawChallengerScreen();
|
K_drawChallengerScreen();
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue