From 7f1559d2fdf1564377c28eed47398bdc23e9265e Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 29 Sep 2002 21:20:04 +0000 Subject: [PATCH] Bugfix Allianzen einlesen --- src/common/kernel/alliance.c | 1 + src/common/modules/alliance.c | 1 + src/eressea/korrektur.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/kernel/alliance.c b/src/common/kernel/alliance.c index 87d0530b6..6535cd707 100644 --- a/src/common/kernel/alliance.c +++ b/src/common/kernel/alliance.c @@ -271,6 +271,7 @@ alliancevictory(void) } else { freset(al, FL_MARK); } + al = al->next; } } #endif diff --git a/src/common/modules/alliance.c b/src/common/modules/alliance.c index 87d0530b6..6535cd707 100644 --- a/src/common/modules/alliance.c +++ b/src/common/modules/alliance.c @@ -271,6 +271,7 @@ alliancevictory(void) } else { freset(al, FL_MARK); } + al = al->next; } } #endif diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c index cc499e4cd..68c45d663 100644 --- a/src/eressea/korrektur.c +++ b/src/eressea/korrektur.c @@ -2913,7 +2913,7 @@ korrektur(void) fix_road_borders(); curse_emptiness(); #ifdef ALLIANCES - init_alliances(); + /* init_alliances(); */ #endif /* seems something fishy is going on, do this just * to be on the safe side: