From e8ff75b2396061cee86e83780a03fed63206fc27 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 27 Dec 2019 11:30:09 +0100 Subject: [PATCH] easier floor in gravity lands in bitruncated {4,4} --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 62e6b1be..57b5e6c6 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -2525,7 +2525,7 @@ void celldrawer::draw() { } void celldrawer::set_towerfloor(const cellfunction& cf) { - if(weirdhyperbolic || sphere) { + if(weirdhyperbolic || sphere || (euc::in() && S7 == 4 && BITRUNCATED)) { set_floor(cgi.shFloor); return; }