diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-02 22:11:56 -0800 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 14:59:10 -0800 |
commit | 3021ae9077992f3682512c50c18d3a14e332813a (patch) | |
tree | 18b0d5f392ebb324a90b6723e0c2603a91cf862b /include/constants | |
parent | 8e1c66d8bd01807285b05d8333f36cd2d70e062c (diff) |
all data moved except questions
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/personality_test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h index cfb9c3d..5582fe4 100644 --- a/include/constants/personality_test.h +++ b/include/constants/personality_test.h @@ -15,11 +15,12 @@ enum NaturePersonalities { RELAXED, LONELY, QUIRKY, - NUM_PERSONALITIES + MISC, }; #define NUM_PARTNERS 10 #define NUM_QUIZ_QUESTIONS 55 #define MAX_ASKED_QUESTIONS 8 +#define NUM_PERSONALITIES MISC #endif |