diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-24 19:08:15 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-24 19:08:15 +0100 |
| commit | 7ad775bb09000d2d4ed4a2a7e5510c456998c64f (patch) | |
| tree | 10a9105b80c012ad3afdc3a12a9473132b0095ba /src/game.c | |
| parent | 8f0ca3b0b915dcd8d188766c239ad63e399c0868 (diff) | |
Display stack points window.
Diffstat (limited to 'src/game.c')
| -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 |
