1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42: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(); intra_id.clear();
connections.clear(); connections.clear();
data.clear(); data.clear();
full_sample_list.clear();
} }
EX set<cell*> need_to_save; EX set<cell*> need_to_save;