fixed bug where commander would carry over movement from previous level
This commit is contained in:
parent
e4797c5151
commit
67753e12eb
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ void unit::new_level()
|
|||
|
||||
heal_all();
|
||||
statusFlags_.clear();
|
||||
|
||||
moves_ = total_movement();
|
||||
}
|
||||
|
||||
int unit::hitpoints() const
|
||||
|
|
Loading…
Add table
Reference in a new issue