Bugfix Allianzen einlesen

This commit is contained in:
Christian Schlittchen 2002-09-29 21:20:04 +00:00
parent 1fc035fe4e
commit 7f1559d2fd
3 changed files with 3 additions and 1 deletions

View File

@ -271,6 +271,7 @@ alliancevictory(void)
} else { } else {
freset(al, FL_MARK); freset(al, FL_MARK);
} }
al = al->next;
} }
} }
#endif #endif

View File

@ -271,6 +271,7 @@ alliancevictory(void)
} else { } else {
freset(al, FL_MARK); freset(al, FL_MARK);
} }
al = al->next;
} }
} }
#endif #endif

View File

@ -2913,7 +2913,7 @@ korrektur(void)
fix_road_borders(); fix_road_borders();
curse_emptiness(); curse_emptiness();
#ifdef ALLIANCES #ifdef ALLIANCES
init_alliances(); /* init_alliances(); */
#endif #endif
/* seems something fishy is going on, do this just /* seems something fishy is going on, do this just
* to be on the safe side: * to be on the safe side: