Merge pull request #1049 from Learath2/dd_pr_scoreboardclan

A little more space for clan name. Fixes #724
This commit is contained in:
Dennis Felsing 2018-02-22 21:58:10 +01:00 committed by GitHub
commit 4cebe86ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ void CScoreboard::RenderScoreboard(float x, float y, float w, int Team, const ch
float NameOffset = TeeOffset+TeeLength, NameLength = 300.0f-TeeLength;
float PingOffset = x+610.0f, PingLength = 65.0f;
float CountryOffset = PingOffset-(LineHeight-Spacing-TeeSizeMod*5.0f)*2.0f, CountryLength = (LineHeight-Spacing-TeeSizeMod*5.0f)*2.0f;
float ClanOffset = x+370.0f, ClanLength = 230.0f-CountryLength;
float ClanOffset = x+360.0f, ClanLength = 240.0f-CountryLength;
// render headlines
y += 50.0f;