mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-22 03:54:04 +00:00
nonisotropic geometries show the world overview
This commit is contained in:
1
game.cpp
1
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user