From 5c221d72b35c4db8e95d046ada8e87a212e8a4e1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 30 Jul 2019 13:03:06 +0200 Subject: [PATCH] solv:: crossed out Elemental Planes --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index a4900f84..bec60632 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -727,7 +727,7 @@ land_validity_t& land_validity(eLand l) { // not good in Field quotient if(geometry == gZebraQuotient) return special_geo3; - if(quotient) + if(quotient || sol) return no_great_walls; if(weirdhyperbolic) return simplified_walls;