Es gab für Vin1 keine Silberanzeigen im CR

This commit is contained in:
Enno Rehling 2001-12-17 23:55:06 +00:00
parent 5ef3a211bc
commit e019960a69
1 changed files with 2 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ report_computer(FILE * F, faction * f, const seen_region * seen,
struct demand * dmd = r->land->demands; struct demand * dmd = r->land->demands;
#if NEW_RESOURCEGROWTH #if NEW_RESOURCEGROWTH
struct rawmaterial * res = r->resources; struct rawmaterial * res = r->resources;
#endif
fprintf(F, "%d;Silber\n", rmoney(r)); fprintf(F, "%d;Silber\n", rmoney(r));
fprintf(F, "%d;Unterh\n", entertainmoney(r)); fprintf(F, "%d;Unterh\n", entertainmoney(r));
@ -1065,6 +1065,7 @@ report_computer(FILE * F, faction * f, const seen_region * seen,
fprintf(F, "%d;Lohn\n", fwage(r, f, true)); fprintf(F, "%d;Lohn\n", fwage(r, f, true));
} }
#if NEW_RESOURCEGROWTH
while (res) { while (res) {
int maxskill = 0; int maxskill = 0;
int level = -1; int level = -1;