From b17c75ccecbb806f9ac778478d1d5e848cfe7d02 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 31 May 2020 03:38:52 +0200 Subject: [PATCH] fake:: draw both walls in 3D too --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index e5a2f69f..0cbca42a 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -1617,7 +1617,7 @@ void celldrawer::draw_features_and_walls_3d() { for(int a=0; atype; a++) { bool b = true; if(c->move(a) && (among(pmodel, mdPerspective, mdGeodesic) || gmatrix0.count(c->move(a)))) - b = (patterns::innerwalls && (tC0(V)[2] < tC0(V * currentmap->adj(c, a))[2])) || !isWall3(c->move(a), dummy); + b = (patterns::innerwalls && (tC0(V)[2] < tC0(V * currentmap->adj(c, a))[2])) || fake::in() || !isWall3(c->move(a), dummy); if(b) { #if CAP_WRL /* always render */