disabled Nowall attempts in Binary4

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:09 +02:00
parent c97ab10700
commit eea22ebf75
+1
View File
@@ -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;