global vector for extra scenario directories

This commit is contained in:
2025-01-07 19:24:27 -06:00
committed by Celtic Minstrel
parent 346ce7eb94
commit 5936b1c579
6 changed files with 10 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ cOutdoors* current_terrain;
std::string scenario_temp_dir_name = "ed_scenario";
bool change_made = false, ae_loading = false;
std::vector<fs::path> extra_scen_dirs;
// Numbers of current areas being edited
short cur_town;