diff --git a/src/k_hud.c b/src/k_hud.c index eebbcb9a4..49e90f873 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -6703,6 +6703,9 @@ void K_DrawFlamometer(void) if (stplyr->playerstate != PST_LIVE) return; + if (stplyr->exiting) + return; + if (stplyr->flametimer <= 0) return;