1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

removed disabling barriers in gBinary4

This commit is contained in:
Zeno Rogue 2021-07-31 20:18:32 +02:00
parent 36d3314eae
commit 8e88ceb3bc

View File

@ -1021,7 +1021,6 @@ EX bool general_barrier_build(eLand ws, cell *c, eLand l2, int forced_dir IS(NOD
if(S3 >= OINF) { c->land = l2; return true; }
if(geometry == gBinary4) return false;
#if MAXMDIM >= 4
// 3D binary tilings create walls using their own methods
if(WDIM == 3 && bt::in()) return false;