diff options
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index 7385a0a..14bbc62 100644 --- a/src/global.h +++ b/src/global.h @@ -8,7 +8,7 @@ typedef struct { char nickname[MAX_PLAYER_NAME_LENGTH+1]; - player_list players; + player_list_t player_list; table_stacks_t table_stacks; hand_t hand; uint8_t stack_index; |
