1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-04 19:29:02 +00:00

3d::binary:: make the land barriers more like planes by pushing them by a number depending on btwidth

This commit is contained in:
Zeno Rogue
2019-03-10 12:04:29 +01:00
parent 4633231721
commit 225282a3eb
3 changed files with 21 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ hrmap_hyperbolic::hrmap_hyperbolic() {
binary::xcode[&h] = (1 << 16);
binary::rxcode[1<<16] = &h;
#endif
h.zebraval = 0,
h.zebraval = 0, h.emeraldval = 0,
h.c7 = newCell(DIM == 3 ? S7 : 6, origin);
}
#endif