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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user