Merge pull request #261 from x-qq/fix_debug_mode_randomly_on

This commit is contained in:
2020-02-11 08:52:10 -05:00

View File

@@ -202,7 +202,9 @@ public:
cCurTown town;
cCurOut out;
fs::path file;
bool debug_mode, ghost_mode, node_step_through;
bool debug_mode { false };
bool ghost_mode { false };
bool node_step_through { false };
void clear_stored_pcs();
void import_legacy(legacy::stored_town_maps_type& old);