From 3021ae9077992f3682512c50c18d3a14e332813a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 2 Dec 2021 22:11:56 -0800 Subject: all data moved except questions --- include/constants/personality_test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/constants') 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 -- cgit v1.2.3