engine: common: fix winding_t definition so it has true standard flexible array member
This commit is contained in:
parent
a9dec51e59
commit
3b3f057f6f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef struct winding_s
|
||||||
struct winding_s *pair;
|
struct winding_s *pair;
|
||||||
hullnode_t chain;
|
hullnode_t chain;
|
||||||
int numpoints;
|
int numpoints;
|
||||||
vec3_t p[4]; // variable sized
|
vec3_t p[]; // variable sized
|
||||||
} winding_t;
|
} winding_t;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
Loading…
Add table
Reference in a new issue