mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-27 16:02:19 +00:00
fixed general walls correctly
This commit is contained in:
parent
4920d5debf
commit
b3159af917
@ -93,7 +93,6 @@ EX int get_valence(cellwalker bb, int dir, bool& ok) {
|
|||||||
EX void set_and_wall(cell *c, eLand l) {
|
EX void set_and_wall(cell *c, eLand l) {
|
||||||
setland(c, l);
|
setland(c, l);
|
||||||
if(c->bardir == NODIR) {
|
if(c->bardir == NODIR) {
|
||||||
c->barleft = NOWALLSEP_USED;
|
|
||||||
c->bardir = NOBARRIERS;
|
c->bardir = NOBARRIERS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user