decreased the height of the scoreboard a bit. Closes #417

This commit is contained in:
oy 2011-01-17 13:55:14 +01:00
parent 99c6b87c1a
commit 02db5bfe66

View file

@ -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