forked from github/server
http://eressea.upb.de/mantis/view.php?id=341 - wenn FAHRE in einer Region gemacht wurde, wurden evtl. Einheiten übersprungen
This commit is contained in:
parent
353d2775c8
commit
54e6dc3fdc
|
@ -2386,10 +2386,12 @@ movement(void)
|
|||
if (*up && (*up)->region!=r) {
|
||||
/* moved the upcoming unit along with u (units on ships or followers,
|
||||
* for example). must start from the beginning again immediately */
|
||||
up = NULL;
|
||||
}
|
||||
up = &r->units;
|
||||
repeat = false;
|
||||
} else {
|
||||
repeat = true;
|
||||
}
|
||||
}
|
||||
/* else *up is already the next unit */
|
||||
}
|
||||
if (repeat) continue;
|
||||
|
|
Loading…
Reference in New Issue