1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 20:38:09 +00:00

dual:: cshpos fixup to save all

This commit is contained in:
Zeno Rogue
2019-05-30 16:17:17 +02:00
parent 7d086da036
commit 5110a29d4d
3 changed files with 7 additions and 2 deletions

View File

@@ -1395,6 +1395,7 @@ addHook(hooks_gamedata, 0, [] (gamedata* gd) {
gd->store(gravity_state);
gd->store(last_gravity_state);
gd->store(shpos);
gd->store(cshpos);
}) +
addHook(hooks_removecells, 0, [] () {
eliminate_if(crush_next, is_cell_removed);