forked from github/server
Noch zwei kleine kosmetische Fehler.
This commit is contained in:
parent
64f80c8bc6
commit
1381d330c5
|
@ -1385,9 +1385,9 @@ describe(FILE * F, const region * r, int partial, faction * f)
|
|||
|
||||
if (edges) rnl(F);
|
||||
for (e=edges;e;e=e->next) {
|
||||
char * bufp = buf;
|
||||
boolean first = true;
|
||||
for (d=0;d!=MAXDIRECTIONS;++d) {
|
||||
char * bufp = buf;
|
||||
if (!e->exist[d]) continue;
|
||||
if (first) bufp += strlcpy(bufp, "Im ");
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue