mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-08 04:28:17 +00:00
disabled Nowall attempts in Binary4
This commit is contained in:
parent
c97ab10700
commit
eea22ebf75
@ -817,6 +817,7 @@ bool buildBarrier3D(cell *c, eLand l2, int forced_dir) {
|
||||
|
||||
bool buildBarrierNowall(cell *c, eLand l2, int forced_dir) {
|
||||
|
||||
if(geometry == gBinary4) return false;
|
||||
#if MAXMDIM >= 4
|
||||
// 3D binary tilings create walls using their own methods
|
||||
if(WDIM == 3 && binarytiling) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user