From 67ba896be9e2c00c26a7442fc700af982dd642f0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 13 Mar 2019 13:09:57 +0100 Subject: [PATCH] 3d:: hororec:: nice Temple of Cthulhu --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index d3079991..1510a1f9 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1362,7 +1362,7 @@ void moreBigStuff(cell *c) { forCellCM(c2, c) if(celldistAlt(c2) < celldistAlt(c)) i++; if(i > 1) c->wall = waColumn; } - else if(geometry == gHoroTris) { + else if(geometry == gHoroTris || geometry == gHoroRec) { if(c->c.spin(S7-1) != 0) c->wall = waColumn; } else if(DIM == 3) {