]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/chat.qc
Display more panels (engineinfo, modicons and timer) while showing the scoreboard
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / chat.qc
index 5817142ae609d79ab7359fb5b91a7f4354fa1faa..270eeb87f5bae5648fd50de28bd21cfc89e4e50b 100644 (file)
@@ -21,7 +21,7 @@ void HUD_Chat()
                }
        }
 
-       HUD_Panel_UpdateCvars();
+       HUD_Panel_UpdateCvars(1); // can't be forced to fade with the scoreboard anyway
 
        if(intermission == 2)
        {
@@ -56,7 +56,7 @@ void HUD_Chat()
 
        // chat messages don't scale properly since they are displayed directly by the engine
        HUD_Scale_Disable();
-       HUD_Panel_DrawBg(1);
+       HUD_Panel_DrawBg();
 
        if(panel_bg_padding)
        {