diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 22:52:20 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 22:52:20 +0100 |
| commit | efa6023ed7dfecd2a3fc49526cf0bab5ae967247 (patch) | |
| tree | 77c6cb6d673b7be87ed6276f7dbf8be7354e6e8e /src/main_stack.h | |
| parent | 54dee7d823c690bed9ff64895fd3eb4ea832c489 (diff) | |
Implemented final scores window.
Diffstat (limited to 'src/main_stack.h')
| -rw-r--r-- | src/main_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_stack.h b/src/main_stack.h index aa2d420..a3ead88 100644 --- a/src/main_stack.h +++ b/src/main_stack.h @@ -4,7 +4,7 @@ #include <assert.h> #include "card.h" -#define MAX_MAIN_STACK_CARDS 104 +#define MAX_MAIN_STACK_CARDS 24 typedef struct { |
