Don't Draw flame meter when exiting
You are no longer playing so lets clean up the screen
This commit is contained in:
parent
26fe00f1e8
commit
229d5cd564
1 changed files with 3 additions and 0 deletions
|
|
@ -6703,6 +6703,9 @@ void K_DrawFlamometer(void)
|
|||
if (stplyr->playerstate != PST_LIVE)
|
||||
return;
|
||||
|
||||
if (stplyr->exiting)
|
||||
return;
|
||||
|
||||
if (stplyr->flametimer <= 0)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue