]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix wrong image name...
authorterencehill <piuntn@gmail.com>
Thu, 14 Oct 2010 22:15:49 +0000 (00:15 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 14 Oct 2010 22:15:49 +0000 (00:15 +0200)
qcsrc/client/scoreboard.qc

index ea5e7003f76060386eea572815ce804a2df45dfb..65e86fd340c78bbebd3e9a14a5ee2ee176270d33 100644 (file)
@@ -1142,8 +1142,7 @@ void HUD_DrawScoreboard()
        drawfont = hud_font;
 
        // Draw the scoreboard
-       vector bg_size;
-       bg_size = drawgetimagesize("gfx/hud/scoreboard_scoreboard_bg");
+       vector bg_size = drawgetimagesize("gfx/scoreboard/scoreboard_bg");
 
        if(teamplay)
        {