Mend broken star shape fill

Was missing some array elements (but no warnings!?)
h/t Shin-ichi for catching it
This commit is contained in:
Bill Kendrick 2022-01-21 01:38:25 -08:00
parent 251259ab13
commit be7d33fa23

View file

@ -146,6 +146,8 @@ const int shape_filled[NUM_SHAPES] = {
1, /* Triangle */
0, /* Pentagon */
1, /* Pentagon */
0, /* Hexagon */
1, /* Hexagon */
0, /* Heptagon */
1, /* Heptagon */
0, /* Octagon */