forked from github/server
Merge pull request #544 from ennorehling/develop
issue #538: default terrain
This commit is contained in:
commit
8902187a9a
|
@ -283,14 +283,6 @@
|
||||||
},
|
},
|
||||||
"wall1": {
|
"wall1": {
|
||||||
"flags": [ "forbidden", "land" ]
|
"flags": [ "forbidden", "land" ]
|
||||||
},
|
|
||||||
"default": {
|
|
||||||
"size": 0,
|
|
||||||
"herbs": [],
|
|
||||||
"seed": 0,
|
|
||||||
"road": 0,
|
|
||||||
"flags": [ "land", "walk", "sail", "fly" ],
|
|
||||||
"production": {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1540,7 +1540,7 @@ int write_reports(faction * f, time_t ltime)
|
||||||
}
|
}
|
||||||
prepare_report(&ctx, f);
|
prepare_report(&ctx, f);
|
||||||
get_addresses(&ctx);
|
get_addresses(&ctx);
|
||||||
log_debug("Reports for %s:", factionname(f));
|
log_debug("Reports for %s", factionname(f));
|
||||||
for (rtype = report_types; rtype != NULL; rtype = rtype->next) {
|
for (rtype = report_types; rtype != NULL; rtype = rtype->next) {
|
||||||
if (f->options & rtype->flag) {
|
if (f->options & rtype->flag) {
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
Loading…
Reference in New Issue