issue #538: default terrain

I think it's unnecessary, so delete it
This commit is contained in:
Enno Rehling 2016-08-20 23:42:15 +02:00
parent 17c88fa48d
commit 6ca3f04b89
2 changed files with 1 additions and 9 deletions

View File

@ -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": {}
} }
} }
} }

View File

@ -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;