Skip to content

Commit

Permalink
fix: Array of incomplete element type
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Mar 30, 2024
1 parent 9468bc3 commit 221c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ struct npc_ia_s {
enum fsm_ia_e state;
};

const char digit_lockup[2][] = {
const char digit_lockup[2][25] = {
{' ', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', 0x5F, '1', '2', '3'},
{' ', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '2', 0x5E, 0xC5, 0xC6, 0xC7}
};
Expand Down

0 comments on commit 221c3a7

Please sign in to comment.