]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/hud.qc
Always draw the scoreboard on top
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / hud.qc
index acd94ad8683a0c1e728e634674cacc98ff3cb888..d72682a4b7e8562bba144b8e73e58ac738a3281f 100644 (file)
@@ -614,6 +614,7 @@ void HUD_Main()
                HUD_Panel_Draw(HUD_PANEL(CHAT));
        if(hud_panel_quickmenu)
                HUD_Panel_Draw(HUD_PANEL(QUICKMENU));
+       HUD_Panel_Draw(HUD_PANEL(SCOREBOARD));
 
        if (scoreboard_active || intermission == 2)
                HUD_Reset();