diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:35:26 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:35:26 -0400 |
commit | 5f9069628d193b61b7601dc016509b91024ffa1b (patch) | |
tree | f2501b62f2feeafb4667d7fff403c6d83f877ab5 /include/constants/global.h | |
parent | c7d550e96c88477d0e44d957439077e8f457ff61 (diff) |
Clean up mevent2
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 7fca5453c..12d6178b2 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -92,6 +92,8 @@ #define WONDER_CARD_BODY_TEXT_LINES 4 #define WONDER_NEWS_BODY_TEXT_LINES 10 +#define MAX_STAMP_CARD_STAMPS 7 + #define MALE 0 #define FEMALE 1 #define GENDER_COUNT 2 |