From: terencehill Date: Fri, 9 Oct 2015 15:58:41 +0000 (+0200) Subject: HUD_Reset is a HUD thing X-Git-Tag: xonotic-v0.8.2~1799^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0c90320e17ba1f96698aac04b633a8b500da17b9;p=xonotic%2Fxonotic-data.pk3dir.git HUD_Reset is a HUD thing --- 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