1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-10 12:17:39 +00:00

3d:: binary:: land boundaries

This commit is contained in:
Zeno Rogue
2019-03-09 23:56:12 +01:00
parent e6ff760253
commit 4591c2166e
4 changed files with 32 additions and 11 deletions

View File

@@ -733,6 +733,9 @@ void buildCrossroads2(cell *c) {
bool buildBarrierNowall(cell *c, eLand l2, int forced_dir) {
// 3D binary tilings create walls using their own methods
if(DIM == 3 && binarytiling) return false;
if(c->land == laNone) {
printf("barrier nowall! [%p]\n", c);
raiseBuggyGeneration(c, "barrier nowall!");