mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
removed disabling barriers in gBinary4
This commit is contained in:
parent
36d3314eae
commit
8e88ceb3bc
@ -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(S3 >= OINF) { c->land = l2; return true; }
|
||||||
|
|
||||||
if(geometry == gBinary4) return false;
|
|
||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
// 3D binary tilings create walls using their own methods
|
// 3D binary tilings create walls using their own methods
|
||||||
if(WDIM == 3 && bt::in()) return false;
|
if(WDIM == 3 && bt::in()) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user