From 49a31a58e1b77ed0d88c0271247d4f707cf8b641 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 25 Jan 2011 14:36:47 +0100 Subject: implement part of state_client_play_cards(); added new message type: hello reply from server which notifies clients of their player-ids --- src/data_store.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data_store.h') diff --git a/src/data_store.h b/src/data_store.h index afc87bc..71fedae 100644 --- a/src/data_store.h +++ b/src/data_store.h @@ -8,6 +8,7 @@ typedef struct { char nickname[MAX_PLAYER_NAME_LENGTH+1]; + player_id_t own_player_id; player_list_t player_list; table_stacks_t table_stacks; hand_t hand; -- cgit v1.2.3