fix typo :(
This commit is contained in:
parent
a4f6870d0b
commit
66ece9fbb8
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ void unit::read(const config& cfg)
|
|||
validate_side(side_);
|
||||
|
||||
/* prevent un-initialized variables */
|
||||
max_hit_points=1;
|
||||
max_hit_points_=1;
|
||||
hit_points_=1;
|
||||
max_movement_=0;
|
||||
max_experience_=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue