From: terencehill Date: Thu, 14 Oct 2010 22:15:49 +0000 (+0200) Subject: Fix wrong image name... X-Git-Tag: xonotic-v0.1.0preview~267^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9aa85e45a4e148d74ca5b27675ce5368a7cde72;p=xonotic%2Fxonotic-data.pk3dir.git Fix wrong image name... --- diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index ea5e7003f..65e86fd34 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -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) {