fixed whirlwind validity

This commit is contained in:
Zeno Rogue 2017-11-03 21:12:16 +01:00
parent 7aa2d90142
commit bc3003500d
1 changed files with 1 additions and 1 deletions

View File

@ -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)