1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 19:29:59 +00:00

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

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;