mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
twist:: display the tess name as twisted not Iso
This commit is contained in:
parent
bf12e51405
commit
52c267c198
@ -1213,7 +1213,7 @@ EX namespace hybrid {
|
|||||||
ginf[g].menu_displayed_name = keep;
|
ginf[g].menu_displayed_name = keep;
|
||||||
if(g == gTwistedProduct) {
|
if(g == gTwistedProduct) {
|
||||||
ginf[g].g = euc ? giNil : sph ? giSphere3 : giSL2;
|
ginf[g].g = euc ? giNil : sph ? giSphere3 : giSL2;
|
||||||
ginf[g].tiling_name = "Iso(" + ginf[g].tiling_name + ")";
|
ginf[g].tiling_name = "twisted " + ginf[g].tiling_name + "xZ";
|
||||||
string& qn = ginf[g].quotient_name;
|
string& qn = ginf[g].quotient_name;
|
||||||
if(csteps && csteps != (sph ? cgi.psl_steps*2 : 0)) {
|
if(csteps && csteps != (sph ? cgi.psl_steps*2 : 0)) {
|
||||||
string qplus;
|
string qplus;
|
||||||
|
Loading…
Reference in New Issue
Block a user