mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
some work on the savemem feature
This commit is contained in:
@@ -234,4 +234,7 @@ auto ccm_blizzard = addHook(clearmemory, 0, [] () {
|
||||
arrowtraps.clear();
|
||||
blizzardcells.clear();
|
||||
bcells.clear();
|
||||
}) +
|
||||
addHook(hooks_removecells, 0, [] () {
|
||||
eliminate_if(arrowtraps, is_cell_removed);
|
||||
});
|
||||
|
Reference in New Issue
Block a user