mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 21:33:58 +00:00
fixup to Nil
This commit is contained in:
parent
4356f41621
commit
1b8e2623ac
@ -3757,7 +3757,7 @@ EX bool placeSidewall(cell *c, int i, int sidepar, const shiftmatrix& V, color_t
|
|||||||
dynamicval<bool> ncor(approx_nearcorner, true);
|
dynamicval<bool> ncor(approx_nearcorner, true);
|
||||||
shiftmatrix V2 = V * ddspin_side(c, i);
|
shiftmatrix V2 = V * ddspin_side(c, i);
|
||||||
|
|
||||||
if(NONSTDVAR || !standard_tiling() || geom3::euc_in_nil()) {
|
if(NONSTDVAR || !standard_tiling()) {
|
||||||
#if CAP_ARCM
|
#if CAP_ARCM
|
||||||
if(arcm::in() && !PURE)
|
if(arcm::in() && !PURE)
|
||||||
i = gmod(i + arcm::parent_index_of(c->master)/DUALMUL, c->type);
|
i = gmod(i + arcm::parent_index_of(c->master)/DUALMUL, c->type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user