1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

renamed solnihv:: to sn:: and solnih to sn::in()

This commit is contained in:
Zeno Rogue
2019-12-14 12:28:45 +01:00
parent 3f0e8851ae
commit 769982040d
14 changed files with 67 additions and 66 deletions

View File

@@ -376,7 +376,7 @@ void ge_select_tiling() {
}
EX string current_proj_name() {
bool h = hyperbolic || solnih;
bool h = hyperbolic || sn::in();
if(pmodel != mdDisk)
return models::get_model_name(pmodel);
else if(h && vid.alpha == 1)
@@ -414,7 +414,7 @@ EX string geometry_name() {
case gcSolNIH:
#if CAP_SOLV
switch(solnihv::geom()) {
switch(sn::geom()) {
case gSol:
return XLAT("Sol");
case gNIH: