Wax walls in Canvas now not only in 3D

This commit is contained in:
Zeno Rogue
2024-05-27 14:20:53 +02:00
parent 3ca75bec8e
commit 4f761c70cb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3078,7 +3078,7 @@ EX void setdist(cell *c, int d, cell *from) {
color_t col = ccolor::generateCanvas(c);
c->landparam = col;
c->wall = canvas_default_wall;
if((GDIM == 3 || geom3::flipped) && (col & 0x1000000)) c->wall = waWaxWall;
if(col & 0x1000000) c->wall = waWaxWall;
}
#if CAP_FIELD