]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qc
strzone a tempstring before storing in a global! create a new cvar for scaling up...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qc
index 65e86fd340c78bbebd3e9a14a5ee2ee176270d33..9e07eed7e2d59b13cfdfeb20d7d0b259a1cd2ffd 100644 (file)
@@ -1142,7 +1142,7 @@ void HUD_DrawScoreboard()
        drawfont = hud_font;
 
        // Draw the scoreboard
-       vector bg_size = drawgetimagesize("gfx/scoreboard/scoreboard_bg");
+       vector bg_size = drawgetimagesize("gfx/scoreboard/scoreboard_bg") * cvar("scoreboard_bg_scale");
 
        if(teamplay)
        {