From bc3003500d9ee473c873ffe2b2032250a7ba4908 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 3 Nov 2017 21:12:16 +0100 Subject: [PATCH] fixed whirlwind validity --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index 2130a58d..77dcf78f 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1053,7 +1053,7 @@ int isLandValid(eLand l) { // works in most spheres, Zebra quotient, and stdeuc if(l == laWhirlwind) - if(!(stdeuc || quotient == 1 || (sphere && !nontruncated) || (bigsphere && nontruncated && !elliptic))) + if(!(stdeuc || quotient == 1 || (S7 == 4 && !nontruncated) || (bigsphere && nontruncated && !elliptic))) return 0; // needs standard/Euclidean (needs fractal landscape)