From cf4487fa5c654ea2183cd09c96db543ab42e1485 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 29 May 2005 08:29:09 +0000 Subject: [PATCH] =?UTF-8?q?In=20Regionen=20mit=20H=C3=A4ndlern=20konnten?= =?UTF-8?q?=20Einheiten=20sich=20nicht=20bewegen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/economy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/economy.c b/src/common/gamecode/economy.c index bec0a1515..363fd83f2 100644 --- a/src/common/gamecode/economy.c +++ b/src/common/gamecode/economy.c @@ -2887,8 +2887,8 @@ expandtax(region * r, request * taxorders) for (u = r->units; u; u = u->next) { if (u->n >= 0) { add_income(u, IC_TAX, u->wants, u->n); + fset(u, UFL_LONGACTION); } - fset(u, UFL_LONGACTION); } }