From 9b2014d3b4dbbbe29651cc7f4fee6c504eb61dc8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 15 Jan 2006 17:29:41 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=708 Kampf-Announce 13.9.: Gruppen werden nicht von Einzeleinheiten beeinflusst. --- src/common/kernel/battle.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/common/kernel/battle.c b/src/common/kernel/battle.c index 3737c7998..4ce86667b 100644 --- a/src/common/kernel/battle.c +++ b/src/common/kernel/battle.c @@ -2413,17 +2413,6 @@ aftermath(battle * b) if (involved) { ship * sh = du->ship?du->ship:leftship(du); if (sh) fset(sh, SF_DAMAGED); - } - if (active_army || involved) { - if (!active_army) { - /* make sur to stop everyone else in this army */ - fighter * fig; - cv_foreach(fig, s->fighters) { - if (fig==df) break; - fset(fig->unit, UFL_LONGACTION); - } cv_next(fig); - active_army = true; - } fset(du, UFL_LONGACTION); } for (n = 0; n != df->alive; ++n) {