mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
mapeditor:: save geometry details
This commit is contained in:
@@ -892,7 +892,7 @@ EX namespace nilv {
|
||||
|
||||
EX mvec get_coord(heptagon *h) { return ((hrmap_nil*)currentmap)->coords[h]; }
|
||||
|
||||
void set_flags() {
|
||||
EX void set_flags() {
|
||||
int coords = 0;
|
||||
for(int a=0; a<3; a++) if(nilperiod[a]) coords++;
|
||||
set_flag(ginf[gNil].flags, qANYQ, coords);
|
||||
|
||||
Reference in New Issue
Block a user