diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:16:18 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:16:18 +0100 |
| commit | 3908ea8c71440f2376c594f6390d21c88771f407 (patch) | |
| tree | c5e245122705f2b5d671891982f1a420456e782b /src/client_game_states.c | |
| parent | 2575749c5beadeb921405d8dfdfc6bfbc87d7464 (diff) | |
Added missing ui_update().
Diffstat (limited to 'src/client_game_states.c')
| -rw-r--r-- | src/client_game_states.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client_game_states.c b/src/client_game_states.c index e1eb385..cf5710b 100644 --- a/src/client_game_states.c +++ b/src/client_game_states.c @@ -87,6 +87,7 @@ game_state_t state_client_play_cards(const int sock) } ui_display_wnd_messages("Waiting for player to choose stack", false); + ui_update(); net_recv(sock, msg_type_selected_stack_s); ds->player_list.players[i].score += card_stack_get_points(&ds->table_stacks.stacks[ds->stack_index]); card_stack_replace(&ds->table_stacks.stacks[ds->stack_index], c); |
