diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:15:16 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 01:15:16 -0400 |
commit | c7d550e96c88477d0e44d957439077e8f457ff61 (patch) | |
tree | 54f11f97e4a9d4cbc4877d6c54312cb2ffd1fe37 /include/constants/global.h | |
parent | 356e6d7f084c8cd53258299759ad7ead9e12c7f3 (diff) |
Clean up wonder card/news view
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 518fe6bad..7fca5453c 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -89,6 +89,8 @@ #define QUIZ_QUESTION_LEN 9 #define WONDER_CARD_TEXT_LENGTH 40 #define WONDER_NEWS_TEXT_LENGTH 40 +#define WONDER_CARD_BODY_TEXT_LINES 4 +#define WONDER_NEWS_BODY_TEXT_LINES 10 #define MALE 0 #define FEMALE 1 |