summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 81b142e..388f34d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
const uint32_t score = 10;
// Example data set for hand cards window
- const hand h = {12, 0, 22, 25, 27, 69, 77, 85, 100, 103};
+ hand h = {22, 0, 12, 85, 27, 69, 78, 0, 77, 0};
ui_init();
ui_display_wnd_table_cards(ts, false, 0);