From 52f95177eb8050f073a3d65413feb16cfce93baa Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Tue, 25 Jan 2011 13:14:17 +0100 Subject: Removed awkward pnoc_t and refactored its contents to the new player_list_entry_t. --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.h') 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; -- cgit v1.2.3