From 6f9c39d3dc1e8b3f964663490172a696d82eb870 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 28 Oct 2007 23:15:34 +0000 Subject: [PATCH] typo in a recent commit --- src/common/kernel/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/battle.c b/src/common/kernel/battle.c index 03d511d7b..ad43ca124 100644 --- a/src/common/kernel/battle.c +++ b/src/common/kernel/battle.c @@ -3505,7 +3505,7 @@ join_allies(battle * b) } } - for (sa=s+1;sa!=b->sides+b->nsides;sa=++sa) { + for (sa=s+1;sa!=b->sides+b->nsides;++sa) { if (enemy(s, sa)) continue; if (friendly(s, sa)) continue; if (!alliedgroup(r->planep, f, sa->faction, f->allies, HELP_FIGHT)) continue;