mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	reverted the unintentional change which caused holes to appear in the platforms on Ivory Tower
This commit is contained in:
		| @@ -4110,7 +4110,7 @@ EX namespace dungeon { | ||||
|       if(rdepths[3]) { | ||||
|         c->wall = waPlatform; | ||||
|         } | ||||
|       if(!rdepths[2] && !rdepths[4] && !rdepths[1]) { | ||||
|       else if(!rdepths[2] && !rdepths[4] && !rdepths[1]) { | ||||
|         c2 = c; | ||||
|         c3 = c; | ||||
|         gen_around(c); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue