1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-22 05:03:19 +00:00

disabled Nowall attempts in Binary4

This commit is contained in:
Zeno Rogue 2019-07-28 11:39:38 +02:00
parent c97ab10700
commit eea22ebf75

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;