From 0c90320e17ba1f96698aac04b633a8b500da17b9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 9 Oct 2015 17:58:41 +0200 Subject: [PATCH] HUD_Reset is a HUD thing --- qcsrc/client/hud.qc | 3 +++ qcsrc/client/view.qc | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 76a19a60e..eee714013 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4869,6 +4869,9 @@ void HUD_Main(void) if(hud_panel_quickmenu) HUD_Panel_Draw(HUD_PANEL(QUICKMENU)); + if (scoreboard_active || intermission == 2) + HUD_Reset(); + HUD_Configure_PostDraw(); hud_configure_prev = autocvar__hud_configure; diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 187356894..c1d0f4791 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -1025,9 +1025,6 @@ void HUD_Draw() HUD_Main(); HUD_DrawScoreboard(); - - if (scoreboard_active || intermission == 2) - HUD_Reset(); } // crosshair goes VERY LAST -- 2.39.2