CLIENT: Don't draw hud if the game is over

This commit is contained in:
Peter0x44 2024-12-19 01:44:08 +00:00
parent 63e0581326
commit f38dc703e4

View file

@ -1984,7 +1984,7 @@ void(float width, float height) HUD_Draw =
return;
}
if ((getstatf(STAT_HEALTH) > 1) && !score_show)
if ((getstatf(STAT_HEALTH) > 1) && !score_show && !game_over)
{
Draw_Crosshair();