while running, editor remember view states of towns and outdoors

This commit is contained in:
2025-05-09 11:52:40 -05:00
parent 21536fa1fa
commit 39ed4eb1f3
7 changed files with 124 additions and 40 deletions

View File

@@ -51,7 +51,7 @@ void set_up_apple_events() {
std::copy(msg.get(), msg.get() + len, std::inserter(fileName, fileName.begin()));
if(load_scenario(fileName, scenario)) {
restore_editor_state();
restore_editor_state(true);
change_made = false;
ae_loading = true;
}