mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	do not place sidewalls in 3D
This commit is contained in:
		| @@ -2429,7 +2429,7 @@ void celldrawer::draw_wall_full() { | ||||
|     } | ||||
|  | ||||
| #if CAP_SHAPES | ||||
|   if(wmspatial) { | ||||
|   if(wmspatial && WDIM == 2) { | ||||
|  | ||||
|     color_t col = (highwall(c) || c->wall == waTower) ? wcol : fcol; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue