forked from github/server
listen-iteration will gelernt sein...
This commit is contained in:
parent
001d9461a1
commit
1ca01109eb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue