From 7ad775bb09000d2d4ed4a2a7e5510c456998c64f Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Mon, 24 Jan 2011 19:08:15 +0100 Subject: Display stack points window. --- src/game.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game.c b/src/game.c index 21ca743..8250ae0 100644 --- a/src/game.c +++ b/src/game.c @@ -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 -- cgit v1.2.3