mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	twist:: display the tess name as twisted not Iso
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue