mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-25 22:52:49 +00:00
do not place sidewalls in 3D
This commit is contained in:
parent
5a7212a53e
commit
905f88e8cb
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user