1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-20 11:54:48 +00:00

added oob (out_of_bounds heptagon)

This commit is contained in:
Zeno Rogue 2021-07-29 12:04:28 +02:00
parent 64947fe456
commit 5bff87f5e1

View File

@ -1398,5 +1398,6 @@ EX bool is_boundary(cell *c) {
} }
EX cell out_of_bounds; EX cell out_of_bounds;
EX heptagon oob;
} }