mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
asonov:: correct geometry shown
This commit is contained in:
parent
da33270fae
commit
c7f735f3ac
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user