attempt to fix UB in tutorial start

https://gna.org/bugs/?25082
This commit is contained in:
gfgtdf 2016-10-16 22:16:45 +02:00 committed by GitHub
parent 3858b22073
commit 9d31ae24d2

View File

@ -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_;