mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 17:47:56 +00:00
Initialize all members
Found by coverity.
This commit is contained in:
parent
4e514f2304
commit
ae34792417
@ -359,6 +359,7 @@ unit_type::unit_type(const unit_type& o) :
|
||||
hp_bar_scaling_(o.hp_bar_scaling_),
|
||||
xp_bar_scaling_(o.xp_bar_scaling_),
|
||||
level_(o.level_),
|
||||
recall_cost_(o.recall_cost_),
|
||||
movement_(o.movement_),
|
||||
vision_(o.vision_),
|
||||
jamming_(o.jamming_),
|
||||
|
Loading…
x
Reference in New Issue
Block a user