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