From 77fc7064ee708670fb117665b2d21eef162f719a Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 16 Aug 2016 14:44:33 +0200 Subject: [PATCH] Don't reset modicons panel when showing the scoreboard --- qcsrc/client/hud/hud.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud/hud.qc b/qcsrc/client/hud/hud.qc index d72682a4b..9210b8663 100644 --- a/qcsrc/client/hud/hud.qc +++ b/qcsrc/client/hud/hud.qc @@ -616,7 +616,7 @@ void HUD_Main() HUD_Panel_Draw(HUD_PANEL(QUICKMENU)); HUD_Panel_Draw(HUD_PANEL(SCOREBOARD)); - if (scoreboard_active || intermission == 2) + if (intermission == 2) HUD_Reset(); HUD_Configure_PostDraw(); -- 2.39.2