nonisotropic geometries show the world overview

This commit is contained in:
Zeno Rogue 2019-09-12 16:26:11 +02:00
parent c1f9826dca
commit d17b259422
1 changed files with 1 additions and 0 deletions

View File

@ -7467,6 +7467,7 @@ EX bool in_full_game() {
if(euclid && isCrossroads(specialland)) return true;
if(weirdhyperbolic && specialland == laCrossroads4) return true;
if(cryst && isCrossroads(specialland)) return true;
if((in_s2xe() || nonisotropic || (hybri && !hybrid::over_sphere())) && isCrossroads(specialland)) return true;
if(geometry == gNormal && !NONSTDVAR) return true;
return false;
}