1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-28 22:10:40 +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"); return XLAT("spherical");
case gcSolNIH: case gcSolNIH:
switch(geometry) { switch(solnihv::geom()) {
case gSol: case gSol:
return XLAT("Sol"); return XLAT("Sol");
case gNIH: case gNIH: