attempt to fix problem with units having goto orders...
...at the beginning of scenarios
This commit is contained in:
parent
69d3a87788
commit
5e0386f996
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ void unit::new_level()
|
|||
|
||||
role_ = "";
|
||||
|
||||
//set the goto command to be going to no-where
|
||||
goto_ = gamemap::location();
|
||||
|
||||
//reapply all permanent modifications
|
||||
apply_modifications();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue