From 5811f7ac79586a6468e5bbd88289d0a2f526f699 Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 31 Mar 2002 16:49:49 +0000 Subject: [PATCH] =?UTF-8?q?-=20Einheitenz=C3=A4hlerfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/kernel/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/unit.c b/src/common/kernel/unit.c index 33559fa70..98bd21212 100644 --- a/src/common/kernel/unit.c +++ b/src/common/kernel/unit.c @@ -108,7 +108,7 @@ destroy_unit(unit * u) item ** p_item = &u->items; unit * u3; - u->faction->no_units--; + /* u->faction->no_units--; */ /* happens in u_setfaction now */ if (r) for (u3 = r->units; u3; u3 = u3->next) { if (u3 != u && u3->faction == u->faction && playerrace(u3->race)) {