forked from github/server
Bugfix Allianzen einlesen
This commit is contained in:
parent
1fc035fe4e
commit
7f1559d2fd
|
@ -271,6 +271,7 @@ alliancevictory(void)
|
|||
} else {
|
||||
freset(al, FL_MARK);
|
||||
}
|
||||
al = al->next;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -271,6 +271,7 @@ alliancevictory(void)
|
|||
} else {
|
||||
freset(al, FL_MARK);
|
||||
}
|
||||
al = al->next;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue