From a9aa85e45a4e148d74ca5b27675ce5368a7cde72 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 15 Oct 2010 00:15:49 +0200 Subject: [PATCH] Fix wrong image name... --- qcsrc/client/scoreboard.qc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.39.2