1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 03:28:05 +00:00

gp:: adjm to fix the confusion in quotient spaces

This commit is contained in:
Zeno Rogue
2019-11-27 00:43:30 +01:00
parent 6bb3a076da
commit a1fbfb2946
4 changed files with 40 additions and 1 deletions

View File

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