1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

fixup to CR

This commit is contained in:
Zeno Rogue 2024-05-25 12:04:11 +02:00
parent 9f711627f1
commit d7bde6f175
2 changed files with 3 additions and 2 deletions

View File

@ -1157,6 +1157,7 @@ EX bool buildBarrier3D(cell *c, eLand l2, int forced_dir) {
#endif #endif
EX bool buildBarrierNowall(cell *c, eLand l2, int forced_dir IS(NODIR)) { 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); return general_barrier_build(NOWALLSEP, c, l2, forced_dir);
} }