forked from github/server
Kampfreport: Jede Partei hilft sich selbst, duh.
This commit is contained in:
parent
a94e4219b1
commit
54d0784b54
|
@ -2933,7 +2933,7 @@ static void print_stats(battle * b)
|
||||||
header = LOC(f->locale, "battle_helpers");
|
header = LOC(f->locale, "battle_helpers");
|
||||||
|
|
||||||
for (s2 = b->sides; s2 != b->sides + b->nsides; ++s2) {
|
for (s2 = b->sides; s2 != b->sides + b->nsides; ++s2) {
|
||||||
if (friendly(s2, s)) {
|
if (s2 != s && friendly(s2, s)) {
|
||||||
const char *abbrev = seematrix(f, s2) ? sideabkz(s2, false) : "-?-";
|
const char *abbrev = seematrix(f, s2) ? sideabkz(s2, false) : "-?-";
|
||||||
rsize = slprintf(bufp, size, "%s %s %d(%s)",
|
rsize = slprintf(bufp, size, "%s %s %d(%s)",
|
||||||
komma++ ? "," : (const char *)header, loc_army, army_index(s2),
|
komma++ ? "," : (const char *)header, loc_army, army_index(s2),
|
||||||
|
|
Loading…
Reference in New Issue