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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user