ref: d3fa02cdc43b3f9f050dbfe7b4d6797c60804fc9
parent: e40c6b332d87a6e026e9ed297c44d4ee482f6733
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Nov 25 19:08:41 EST 2023
kencc: [0] -> [] (thanks qwx)
--- a/model.h
+++ b/model.h
@@ -186,7 +186,7 @@
{
int numframes;
float *intervals;
- mspriteframe_t *frames[0];
+ mspriteframe_t *frames[];
} mspritegroup_t;
typedef struct
@@ -207,7 +207,7 @@
int numframes;
float beamlength; // remove?
void *cachespot; // remove?
- mspriteframedesc_t frames[0];
+ mspriteframedesc_t frames[];
} msprite_t;