mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't show comeback timer & screen fade after you've been eliminated
This commit is contained in:
parent
dc7fe0bd58
commit
5504cb8cee
1 changed files with 4 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue