diff --git a/src/units/attack_type.hpp b/src/units/attack_type.hpp index fa56d9c3b6c..eb85d6832ad 100644 --- a/src/units/attack_type.hpp +++ b/src/units/attack_type.hpp @@ -109,7 +109,7 @@ private: mutable map_location self_loc_, other_loc_; mutable bool is_attacker_; mutable const attack_type* other_attack_; - mutable bool is_for_listing_; + mutable bool is_for_listing_ = false; t_string description_; std::string id_;