diff --git a/source/client/hud.qc b/source/client/hud.qc index bbc5eb3..434e20f 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -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();