1
0
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:
Zeno Rogue
2019-11-23 21:08:47 +01:00
parent 5a2a893254
commit 222e4aa78b
2 changed files with 117 additions and 74 deletions

View File

@@ -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);