DRY advanced town help. Fix #611

This commit is contained in:
2025-02-15 17:41:06 -06:00
committed by Celtic Minstrel
parent 0f6aa4f139
commit 8cff2428a9
7 changed files with 20 additions and 10 deletions

View File

@@ -67,6 +67,9 @@ std::string scenario_temp_dir_name = "ed_scenario";
bool change_made = false, ae_loading = false;
std::vector<fs::path> extra_scen_dirs;
// Set this based on context before calling give_help():
std::string help_text_rsrc = "";
// Numbers of current areas being edited
short cur_town;
location cur_out;