fixes an den englischen reports. klappt

This commit is contained in:
Enno Rehling 2004-04-21 22:48:13 +00:00
parent 075172140a
commit c83ed97d12
1 changed files with 2 additions and 1 deletions

View File

@ -3242,7 +3242,8 @@ battle_report(battle * b)
int l = FIGHT_ROW;
const char * abbrev = seematrix(fac, s)?sideabkz(s, false):"-?-";
const char * loc_army = LOC(fac->locale, "battle_army");
sprintf(buf, "%s%s %2d(%s): ", komma==true?", ":"", loc_army, abbrev);
sprintf(buf, "%s%s %2d(%s): ", (komma==true?", ":""),
loc_army, s->index, abbrev);
for (r=FIGHT_ROW;r!=NUMROWS;++r) {
if (alive[r]) {
if (l!=FIGHT_ROW) scat("+");