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

@@ -49,6 +49,7 @@ rectangle pc_race_rect; //Holds current pc's race
rectangle edit_rect[5]; //Buttons that bring up pc edit dialog boxs
std::string scenario_temp_dir_name = "pc_scenario";
std::vector<fs::path> extra_scen_dirs;
std::string help_text_rsrc = "help";
short current_active_pc = 0;