summaryrefslogtreecommitdiff
path: root/src/net/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/comm.c')
-rw-r--r--src/net/comm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/comm.c b/src/net/comm.c
index 0cb6233..7f9c6c4 100644
--- a/src/net/comm.c
+++ b/src/net/comm.c
@@ -39,8 +39,7 @@ bool net_recv(const int sock, const msg_type_t type)
result = client_parse_deal_hand(&m);
break;
case msg_type_initial_stacks:
- printf("not yet implemented: msg_type_initial_stacks\n");
- exit(EXIT_FAILURE);
+ result = client_parse_initial_stacks(&m);
break;
case msg_type_selected_card:
result = server_parse_selected_card(&m);