summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-25 22:41:59 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-25 22:41:59 +0100
commit92f8870fa7a75be8458e35fb8de51965c5c33d91 (patch)
tree9e1539a75c75d103ee7822959cbbf53b273da055 /src/ui.c
parent6a26a90035389d3b7b82b05de0199d20259a0bc2 (diff)
Slowed down the 'play cards' state by inserting a delay. The player who is currently placing its card/picking its stack is highlighted.
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index f64fe21..a0b8913 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -219,6 +219,7 @@ void ui_display_wnd_current_state(const player_list_t *pl, const uint8_t num_pla
assert(pl != NULL);
uint8_t pos = 0;
+ wclear(w_current_state);
wattron(w_current_state, A_BOLD);
mvwprintw(w_current_state, 0, 0, "Current state:");
mvwprintw(w_current_state, 0, 22, "Your Score: %3d", score);