diff options
| -rw-r--r-- | src/game.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ static void main_loop_client(int sock) // Receive and display table stacks net_recv(sock, msg_type_initial_stacks); ui_display_wnd_table_cards(&data->table_stacks, false, 0); + ui_display_wnd_stack_points(&data->table_stacks, false, 0); } // Wait for hand cards from server and display them |
