listen-iteration will gelernt sein...

This commit is contained in:
Enno Rehling 2005-05-01 11:38:06 +00:00
parent 001d9461a1
commit 1ca01109eb

View file

@ -488,7 +488,7 @@ unitorders(FILE * F, struct faction * f)
while (*ordp) {
order * ord = *ordp;
if (!is_repeated(ord)) {
ordp = &ord->next;
*ordp = ord->next;
free_order(ord);
} else {
ordp = &ord->next;