Don't share the same temporary scenario directory between all programs

(Also fixes loading of unpacked scenarios)
This commit is contained in:
2015-06-30 12:44:56 -04:00
parent 0e70e716aa
commit cea602ce6d
7 changed files with 39 additions and 30 deletions

View File

@@ -33,6 +33,7 @@ rectangle traits_rect; //Holds the string "Traits:"
rectangle pc_traits_rect[16]; //Holds pc traits
rectangle pc_race_rect; //Holds current pc's race
rectangle edit_rect[5][2]; //Buttons that bring up pc edit dialog boxs
std::string scenario_temp_dir_name = "pc_scenario";
short current_active_pc = 0;