forked from github/server
Falsche Lohn-angabe im CR
This commit is contained in:
parent
93eb6adeff
commit
15031089b4
|
@ -1285,7 +1285,7 @@ report_computer(const char * filename, report_context * ctx)
|
||||||
fprintf(F, "%d;Rekruten\n", rpeasants(r) / RECRUITFRACTION);
|
fprintf(F, "%d;Rekruten\n", rpeasants(r) / RECRUITFRACTION);
|
||||||
}
|
}
|
||||||
if (production(r)) {
|
if (production(r)) {
|
||||||
fprintf(F, "%d;Lohn\n", wage(r, NULL, NULL));
|
fprintf(F, "%d;Lohn\n", wage(r, f, f->race));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (res) {
|
while (res) {
|
||||||
|
|
Loading…
Reference in New Issue