From: terencehill Date: Tue, 16 Aug 2016 12:44:33 +0000 (+0200) Subject: Don't reset modicons panel when showing the scoreboard X-Git-Tag: xonotic-v0.8.2~674^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=77fc7064ee708670fb117665b2d21eef162f719a;p=xonotic%2Fxonotic-data.pk3dir.git Don't reset modicons panel when showing the scoreboard --- 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();