aaaaand another little bugfix

This commit is contained in:
TehRealSalt 2017-11-29 02:09:42 -05:00
parent 2f23ff466c
commit 10e09e5719
1 changed files with 1 additions and 1 deletions

View File

@ -4911,7 +4911,7 @@ void K_drawKartHUD(void)
K_initKartHUD();
// Draw full screen stuff that turns off the rest of the HUD
if ((gametype != GT_RACE) && (stplyr->exiting || (stplyr->kartstuff[k_balloon] <= 0 && stplyr->kartstuff[k_comebacktimer] && cv_kartcomeback.value)))
if ((gametype != GT_RACE) && (stplyr->exiting || (stplyr->kartstuff[k_balloon] <= 0 && stplyr->kartstuff[k_comebacktimer] && cv_kartcomeback.value && stplyr->playerstate == PST_LIVE)))
{
K_drawBattleFullscreen();
return;