diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-04 11:40:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-04 11:40:05 -0400 |
commit | 231b2aeb83f206396a884c862c669111b9faa078 (patch) | |
tree | ebddc515fb86f2b0bcc3b6a29f43c8ce76f61c5b /include/constants/global.h | |
parent | 2f671f9bd2b1785d1e6be135ddd638daadac62c4 (diff) |
Foundation to support LG, Rev1 in the future
Diffstat (limited to 'include/constants/global.h')
-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 |