mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 11:57:58 +00:00
various fixes related to product spaces, especially product+inverse
This commit is contained in:
@@ -594,6 +594,7 @@ EX bool approx_nearcorner = false;
|
||||
|
||||
EX hyperpoint nearcorner(cell *c, int i) {
|
||||
if(GOLDBERG_INV) {
|
||||
i = gmod(i, c->type);
|
||||
cellwalker cw(c, i);
|
||||
cw += wstep;
|
||||
transmatrix cwm = currentmap->adj(c, i);
|
||||
|
Reference in New Issue
Block a user