Fix bug #4478
This commit is contained in:
parent
c646d3ec7c
commit
405c1fd9e8
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ namespace events{
|
|||
|
||||
partmoved_units = true;
|
||||
}
|
||||
if(un->second.has_moved() && ! un->second.has_goto()) {
|
||||
if(un->second.has_moved()) {
|
||||
some_units_have_moved = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue