1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

asonov:: correct geometry shown

This commit is contained in:
Zeno Rogue 2019-11-09 12:32:21 +01:00
parent da33270fae
commit c7f735f3ac

View File

@ -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: