diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-14 05:58:05 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-14 05:58:05 +0100 |
| commit | f17b691fb70ec73b9413e91d881b9dcb3ffdfa2c (patch) | |
| tree | 7ee14eaf3c04bb78b66a44c3995c46b2f6f3f0a9 /src/main.c | |
| parent | a59958312ffb1e2cb368b5acb57b3376276c39ea (diff) | |
ui_display_wnd_hand_cards() will now show placeholders in hand cards after all other cards.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ int main(int argc, char **argv) // Example data set for hand cards window hand h = {22, 0, 12, 85, 27, 69, 78, 0, 77, 0}; + hand_sort(h); ui_init(); ui_display_wnd_table_cards(ts, false, 0); |
