mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
added some missing guards
This commit is contained in:
parent
e74ee1ae37
commit
ad501869f1
@ -526,6 +526,7 @@ EX string geometry_name() {
|
||||
return XLAT("spherical");
|
||||
|
||||
case gcSolNIH:
|
||||
#if CAP_SOLV
|
||||
switch(solnihv::geom()) {
|
||||
case gSol:
|
||||
return XLAT("Sol");
|
||||
@ -536,6 +537,9 @@ EX string geometry_name() {
|
||||
default:
|
||||
return "unknown";
|
||||
}
|
||||
#else
|
||||
return XLAT("Sol");
|
||||
#endif
|
||||
|
||||
case gcNil:
|
||||
return XLAT("Nil");
|
||||
|
Loading…
x
Reference in New Issue
Block a user