rosemap now cleared correctly when clearing map

This commit is contained in:
Zeno Rogue 2019-01-28 21:47:47 +01:00
parent 34f9033c1c
commit 144d5335a6
1 changed files with 1 additions and 0 deletions

View File

@ -1324,6 +1324,7 @@ auto cgm = addHook(clearmemory, 40, [] () {
buggycells.clear();
crush_next.clear();
crush_now.clear();
rosemap.clear();
}) +
addHook(hooks_removecells, 0, [] () {
eliminate_if(crush_next, is_cell_removed);