mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	no more nul reference in incompatible geometries without top_land
This commit is contained in:
		| @@ -986,7 +986,7 @@ void buildBigStuff(cell *c, cell *from) { | ||||
|   // buildgreatwalls | ||||
|    | ||||
|   if(celldist(c) < 3) { | ||||
|     if(c == cwt.c->master->move[3]->c7 && top_land) { | ||||
|     if(top_land && c == cwt.c->master->move[3]->c7) { | ||||
|       buildBarrierStrong(c, 6, true, top_land); | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue