2587: Trennlinie vor Allianzstatus und Adressliste.

https://bugs.eressea.de/view.php?id=2587
This commit is contained in:
Enno Rehling 2019-08-13 17:42:45 +02:00
parent 4f80569ebf
commit c8c2a6fe58
1 changed files with 4 additions and 0 deletions

View File

@ -1592,6 +1592,8 @@ static void allies(struct stream *out, const faction * f)
const group *g = f->groups; const group *g = f->groups;
char prefix[64]; char prefix[64];
rpline(out);
newline(out);
centre(out, LOC(f->locale, "nr_alliances"), false); centre(out, LOC(f->locale, "nr_alliances"), false);
newline(out); newline(out);
@ -1678,6 +1680,8 @@ static void list_address(struct stream *out, const faction * uf, selist * seenfa
int qi = 0; int qi = 0;
selist *flist = seenfactions; selist *flist = seenfactions;
rpline(out);
newline(out);
centre(out, LOC(uf->locale, "nr_addresses"), false); centre(out, LOC(uf->locale, "nr_addresses"), false);
newline(out); newline(out);