Corrected action-reordering when ending a turn...
...with planned moves remaining.
This commit is contained in:
parent
cd698eddaf
commit
55b67189d0
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ void side_actions::raw_turn_shift()
|
|||
|
||||
if(lazy_units.find(act->get_unit()) != lazy_end)
|
||||
{
|
||||
raw_enqueue(itor.turn_num_+1,act);
|
||||
safe_insert(itor.turn_num_+1,0,act);
|
||||
itor = raw_erase(itor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue