mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 21:47:38 +00:00
fixed whirlwind validity
This commit is contained in:
@@ -1053,7 +1053,7 @@ int isLandValid(eLand l) {
|
|||||||
|
|
||||||
// works in most spheres, Zebra quotient, and stdeuc
|
// works in most spheres, Zebra quotient, and stdeuc
|
||||||
if(l == laWhirlwind)
|
if(l == laWhirlwind)
|
||||||
if(!(stdeuc || quotient == 1 || (sphere && !nontruncated) || (bigsphere && nontruncated && !elliptic)))
|
if(!(stdeuc || quotient == 1 || (S7 == 4 && !nontruncated) || (bigsphere && nontruncated && !elliptic)))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// needs standard/Euclidean (needs fractal landscape)
|
// needs standard/Euclidean (needs fractal landscape)
|
||||||
|
Reference in New Issue
Block a user