mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
- fixed font overlapping on battle end screen
This commit is contained in:
@@ -235,7 +235,7 @@ void BattleEnd::render() {
|
||||
continue;
|
||||
}
|
||||
|
||||
int textX= lm+160+i*100;
|
||||
int textX= lm + 60 + (i*110);
|
||||
int team= stats.getTeam(i) + 1;
|
||||
int kills= stats.getKills(i);
|
||||
int enemykills= stats.getEnemyKills(i);
|
||||
|
Reference in New Issue
Block a user