In Regionen mit Händlern konnten Einheiten sich nicht bewegen.

This commit is contained in:
Enno Rehling 2005-05-29 08:29:09 +00:00
parent ff265f489c
commit cf4487fa5c
1 changed files with 1 additions and 1 deletions

View File

@ -2887,9 +2887,9 @@ expandtax(region * r, request * taxorders)
for (u = r->units; u; u = u->next) { for (u = r->units; u; u = u->next) {
if (u->n >= 0) { if (u->n >= 0) {
add_income(u, IC_TAX, u->wants, u->n); add_income(u, IC_TAX, u->wants, u->n);
}
fset(u, UFL_LONGACTION); fset(u, UFL_LONGACTION);
} }
}
} }
void void