intra:: fixed a crash on reloading

This commit is contained in:
Zeno Rogue 2022-02-27 14:50:46 +01:00
parent 45fb8fcb44
commit ded172b0d3
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ EX void erase_all_maps() {
intra_id.clear();
connections.clear();
data.clear();
full_sample_list.clear();
}
EX set<cell*> need_to_save;