Skip to content

Commit

Permalink
Merge pull request #40345 from CleverRaven/kevingranade-initabool
Browse files Browse the repository at this point in the history
Init a bool
  • Loading branch information
ZhilkinSerg authored May 8, 2020
2 parents b04994b + e9e2382 commit fdb8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bionics.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ struct bionic_data {

bool is_included( const bionic_id &id ) const;

bool was_loaded;
bool was_loaded = false;
void load( const JsonObject &obj, std::string );
static void load_bionic( const JsonObject &jo, const std::string &src );
static const std::vector<bionic_data> &get_all();
Expand Down

0 comments on commit fdb8229

Please sign in to comment.