mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
asonov:: correct geometry shown
This commit is contained in:
@@ -526,7 +526,7 @@ EX string geometry_name() {
|
||||
return XLAT("spherical");
|
||||
|
||||
case gcSolNIH:
|
||||
switch(geometry) {
|
||||
switch(solnihv::geom()) {
|
||||
case gSol:
|
||||
return XLAT("Sol");
|
||||
case gNIH:
|
||||
|
Reference in New Issue
Block a user