diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index f2dad53fc..102c33254 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -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) {