mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rosemap now cleared correctly when clearing map
This commit is contained in:
parent
34f9033c1c
commit
144d5335a6
@ -1324,6 +1324,7 @@ auto cgm = addHook(clearmemory, 40, [] () {
|
|||||||
buggycells.clear();
|
buggycells.clear();
|
||||||
crush_next.clear();
|
crush_next.clear();
|
||||||
crush_now.clear();
|
crush_now.clear();
|
||||||
|
rosemap.clear();
|
||||||
}) +
|
}) +
|
||||||
addHook(hooks_removecells, 0, [] () {
|
addHook(hooks_removecells, 0, [] () {
|
||||||
eliminate_if(crush_next, is_cell_removed);
|
eliminate_if(crush_next, is_cell_removed);
|
||||||
|
Loading…
Reference in New Issue
Block a user