Don't Draw flame meter when exiting

You are no longer playing so lets clean up the screen
This commit is contained in:
NepDisk 2026-02-11 12:51:01 -05:00
parent 26fe00f1e8
commit 229d5cd564

View file

@ -6703,6 +6703,9 @@ void K_DrawFlamometer(void)
if (stplyr->playerstate != PST_LIVE)
return;
if (stplyr->exiting)
return;
if (stplyr->flametimer <= 0)
return;