- fixed font overlapping on battle end screen

This commit is contained in:
Mark Vejvoda 2011-12-03 08:43:48 +00:00
parent 6c945a4aa6
commit 8d89718a76

View File

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