From d17b2594228946943c7dccfad2bc99842fedb23f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 12 Sep 2019 16:26:11 +0200 Subject: [PATCH] nonisotropic geometries show the world overview --- game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game.cpp b/game.cpp index 8964f8b2..315d6a21 100644 --- a/game.cpp +++ b/game.cpp @@ -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; }