- resourcenanzeige im cr

This commit is contained in:
Christian Schlittchen 2002-04-09 15:20:58 +00:00
parent be14239346
commit 589d897622
1 changed files with 1 additions and 1 deletions

View File

@ -1123,7 +1123,7 @@ report_computer(FILE * F, faction * f, const seen_region * seen,
} }
} }
} }
if (level>=0) { if (level>=0 && visible >=0) {
pos = report_resource(pos, res->type->name, f->locale, visible, level); pos = report_resource(pos, res->type->name, f->locale, visible, level);
# ifdef RESOURCECOMPAT # ifdef RESOURCECOMPAT
if (visible>=0) fprintf(F, "%d;%s\n", visible, crtag(res->type->name)); if (visible>=0) fprintf(F, "%d;%s\n", visible, crtag(res->type->name));