Don't show comeback timer & screen fade after you've been eliminated

This commit is contained in:
Sally Coolatta 2020-10-24 11:46:56 -04:00
parent dc7fe0bd58
commit 5504cb8cee

View file

@ -3904,11 +3904,12 @@ void K_drawKartHUD(void)
return;
}
battlefullscreen = ((gametype == GT_BATTLE)
battlefullscreen = ((gametyperules & (GTR_BUMPERS|GTR_KARMA)) == (GTR_BUMPERS|GTR_KARMA)
&& (stplyr->exiting
|| (stplyr->bumpers <= 0
&& stplyr->karmadelay
&& comeback
&& stplyr->karmadelay > 0
&& stplyr->eliminated == false
&& comeback == true
&& stplyr->playerstate == PST_LIVE)));
if (!demo.title && (!battlefullscreen || r_splitscreen))