mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-15 15:42:49 +00:00
fixed random walls to appear in embedded_plane
This commit is contained in:
parent
62ffefc0cc
commit
4e3c72551a
@ -2926,7 +2926,7 @@ EX void setdist(cell *c, int d, cell *from) {
|
|||||||
color_t col = patterns::generateCanvas(c);
|
color_t col = patterns::generateCanvas(c);
|
||||||
c->landparam = col;
|
c->landparam = col;
|
||||||
c->wall = canvas_default_wall;
|
c->wall = canvas_default_wall;
|
||||||
if(GDIM == 3 && (col & 0x1000000)) c->wall = waWaxWall;
|
if((GDIM == 3 || geom3::flipped) && (col & 0x1000000)) c->wall = waWaxWall;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CAP_FIELD
|
#if CAP_FIELD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user