diff --git a/src/shapes.h b/src/shapes.h index 388224642..2c71ccb44 100644 --- a/src/shapes.h +++ b/src/shapes.h @@ -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 */