diff options
Diffstat (limited to 'src/mad-libs.h')
| -rw-r--r-- | src/mad-libs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mad-libs.h b/src/mad-libs.h index 52fff1b..99f682a 100644 --- a/src/mad-libs.h +++ b/src/mad-libs.h @@ -14,10 +14,10 @@ #define MAD_LIBS_MAX 24 -#define NOUN_COUNT 43 -#define VERB_COUNT 31 -#define ADVERB_COUNT 25 -#define ADJECTIVE_COUNT 35 +#define NOUN_COUNT 46 +#define VERB_COUNT 34 +#define ADVERB_COUNT 27 +#define ADJECTIVE_COUNT 38 extern const char madLibsNouns[NOUN_COUNT][MAD_LIBS_MAX]; extern const char madLibsVerbs[VERB_COUNT][MAD_LIBS_MAX]; |
