mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	do not destroy the Round Table in makeEmpty
This commit is contained in:
		| @@ -736,7 +736,7 @@ EX bool makeEmpty(cell *c) { | ||||
|     c->wparam = reptilemax(); | ||||
|   else if(c->wall == waAncientGrave && bounded) | ||||
|     ; | ||||
|   else | ||||
|   else if(c->wall != waRoundTable) | ||||
|     c->wall = waNone; | ||||
|    | ||||
|   if(c->land == laBrownian && c->wall == waNone && c->landparam == 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue