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
1 changed files with 1 additions and 1 deletions

View File

@ -7319,7 +7319,7 @@ void K_drawKartHUD(void)
K_drawKartMinimap();
// Draw full screen stuff that turns off the rest of the HUD
if (mapreset)
if (mapreset && stplyr == &players[displayplayer])
{
K_drawChallengerScreen();
return;