mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
nilv:: get_heptagon_at
This commit is contained in:
parent
e133fffd5d
commit
a241a3df61
@ -955,6 +955,8 @@ EX namespace nilv {
|
||||
|
||||
EX mvec get_coord(heptagon *h) { return ((hrmap_nil*)currentmap)->coords[h]; }
|
||||
|
||||
EX heptagon *get_heptagon_at(mvec m) { return ((hrmap_nil*)currentmap)->get_at(m); }
|
||||
|
||||
EX void set_flags() {
|
||||
int coords = 0;
|
||||
for(int a=0; a<3; a++) if(nilperiod[a]) coords++;
|
||||
|
Loading…
Reference in New Issue
Block a user