Falsche Lohn-angabe im CR
This commit is contained in:
Enno Rehling 2005-12-04 17:15:30 +00:00
parent 93eb6adeff
commit 15031089b4
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ report_computer(const char * filename, report_context * ctx)
fprintf(F, "%d;Rekruten\n", rpeasants(r) / RECRUITFRACTION);
}
if (production(r)) {
fprintf(F, "%d;Lohn\n", wage(r, NULL, NULL));
fprintf(F, "%d;Lohn\n", wage(r, f, f->race));
}
while (res) {