From 02db5bfe6626b0e6d480c59110816624083790ce Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 17 Jan 2011 13:55:14 +0100 Subject: decreased the height of the scoreboard a bit. Closes #417 --- src/game/client/components/scoreboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp index afc87ef8..36c847c8 100644 --- a/src/game/client/components/scoreboard.cpp +++ b/src/game/client/components/scoreboard.cpp @@ -123,13 +123,13 @@ void CScoreboard::RenderScoreboard(float x, float y, float w, int Team, const ch return; //float ystart = y; - float h = 750.0f; + float h = 740.0f; Graphics()->BlendNormal(); Graphics()->TextureSet(-1); Graphics()->QuadsBegin(); Graphics()->SetColor(0,0,0,0.5f); - RenderTools()->DrawRoundRect(x-10.f, y-10.f, w, h, 17.0f); + RenderTools()->DrawRoundRect(x-10.f, y, w, h, 17.0f); Graphics()->QuadsEnd(); // render title -- cgit 1.4.1