summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-14 05:58:05 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-14 05:58:05 +0100
commitf17b691fb70ec73b9413e91d881b9dcb3ffdfa2c (patch)
tree7ee14eaf3c04bb78b66a44c3995c46b2f6f3f0a9 /src/main.c
parenta59958312ffb1e2cb368b5acb57b3376276c39ea (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 388f34d..1861185 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);