fixed bug where commander would carry over movement from previous level

This commit is contained in:
uid68803 2004-02-03 01:01:29 +00:00
parent e4797c5151
commit 67753e12eb

View file

@ -261,6 +261,8 @@ void unit::new_level()
heal_all();
statusFlags_.clear();
moves_ = total_movement();
}
int unit::hitpoints() const