mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixup to CR
This commit is contained in:
parent
9f711627f1
commit
d7bde6f175
@ -1157,6 +1157,7 @@ EX bool buildBarrier3D(cell *c, eLand l2, int forced_dir) {
|
||||
#endif
|
||||
|
||||
EX bool buildBarrierNowall(cell *c, eLand l2, int forced_dir IS(NODIR)) {
|
||||
if(among(l2, laCrossroads2, laCrossroads5)) return false;
|
||||
return general_barrier_build(NOWALLSEP, c, l2, forced_dir);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user