mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed 'penrose staircases' in rot spaces
This commit is contained in:
		| @@ -4248,8 +4248,8 @@ EX subcellshape& generate_subcellshape_if_needed(cell *c, int id) { | ||||
|         l.push_back(hybrid::get_corner(c1, i, 0, z)); | ||||
|       else { | ||||
|         l.push_back(ctr); | ||||
|         l.push_back(hybrid::get_corner(c1, i, 0, z)); | ||||
|         l.push_back(hybrid::get_corner(c1, i+1, 1, z)); | ||||
|         l.push_back(hybrid::get_corner(c1, i+1, 0, z)); | ||||
|         l.push_back(hybrid::get_corner(c1, i, 1, z)); | ||||
|         l.push_back(ctr); | ||||
|         l.push_back(hybrid::get_corner(c1, i, 1, z)); | ||||
|         l.push_back(hybrid::get_corner(c1, i, 0, z)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue