diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-06 13:42:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 13:42:42 -0400 |
commit | 7980c4aa071685983f84861cc7dc69d6daf30a90 (patch) | |
tree | 053e5e30a3454732f2be06d2119bc815f3993d50 /include/constants | |
parent | 74d771ef90a3189bd2da1b35f6b42a1fa8f51e67 (diff) | |
parent | 95537e5c231f5714b9a2a045fca5582779df372c (diff) |
Merge pull request #78 from pret/intro
Intro
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index b1c8fed3e..3cac8d473 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -23,10 +23,12 @@ enum LanguageId { LANGUAGE_ITALIAN = 4, LANGUAGE_GERMAN = 5, // 6 goes unused but the theory is it was meant to be Korean - LANGUAGE_SPANISH = 7, + LANGUAGE_SPANISH = 7, }; +#ifdef ENGLISH #define GAME_LANGUAGE (LANGUAGE_ENGLISH) +#endif #define PC_ITEMS_COUNT 30 #define BAG_ITEMS_COUNT 42 |