mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +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