mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-29 21:13:00 +00:00 
			
		
		
		
	gp:: ok, chamfered appears, but it is correctly called 'expanded'
This commit is contained in:
		| @@ -710,8 +710,8 @@ namespace hr { namespace gp { | |||||||
|       dialog::lastItem().value = S3 == 3 ? "GP(1,1)" : XLAT(nonbitrunc ? "OFF" : "ON"); |       dialog::lastItem().value = S3 == 3 ? "GP(1,1)" : XLAT(nonbitrunc ? "OFF" : "ON"); | ||||||
|       } |       } | ||||||
|  |  | ||||||
|     if(show_nonthree && S3 == 3) { |     if(show_nonthree) { | ||||||
|       dialog::addBoolItem(XLAT("chamfered"), param == loc(2,0), 'c'); |       dialog::addBoolItem(XLAT(S3 == 3 ? "expanded" : "chamfered"), param == loc(2,0), 'c'); | ||||||
|       dialog::lastItem().value = "GP(2,0)"; |       dialog::lastItem().value = "GP(2,0)"; | ||||||
|       } |       } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue