Don't draw the challenger screen multiple times

Another minor bug that could only crop up in online splitscreen
This commit is contained in:
TehRealSalt 2018-10-02 01:26:13 -04:00
parent 66c1b9d598
commit ac521015ff

View file

@ -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;