diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-06 03:59:09 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-05 20:06:57 -0700 |
commit | 12ef81ae0df9f1ab1ae26f3f3e390495c781fdc2 (patch) | |
tree | 138c62b8b7b83013e9141a8d0c004eda999a010b /include | |
parent | e0834dfec6f3d24d229622a61080949aaf1dc618 (diff) |
Various German patches
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 62e557ef4..4d9c837fa 100644 --- a/include/global.h +++ b/include/global.h @@ -28,7 +28,11 @@ enum LanguageId { LANGUAGE_GERMAN = 5, }; +#if defined(ENGLISH) #define GAME_LANGUAGE (LANGUAGE_ENGLISH) +#elif defined(GERMAN) +#define GAME_LANGUAGE (LANGUAGE_GERMAN) +#endif enum { |