Fixed site index

This commit is contained in:
Segey Lapin
2021-10-24 16:18:10 +03:00
parent 8a5e9e0186
commit aef8a11cc4
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ struct map_site {
SITE_EMPTY,
SITE_MAX
};
int index;
int index, diagram_index;
Vector2 pos;
Vector<struct graphedge> graphedges;
Vector<Vector2> vertices;