diff options
author | yenatch <yenatch@gmail.com> | 2017-05-25 22:29:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 22:29:46 -0400 |
commit | 49dbd87051650e06248ed4e70fbe4b623a8db779 (patch) | |
tree | 0974c2eb7e736b578a3d572c99a89e4d22fcc1ea /include | |
parent | f86f229017d6e03f211b623139d357680db5ceeb (diff) | |
parent | 524b2c20082031c07490070601d22708a8010904 (diff) |
Merge pull request #306 from marijnvdwerf/de/integrate-3
De/integrate 3
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 205f53f16..6a77c4c74 100644 --- a/include/config.h +++ b/include/config.h @@ -27,6 +27,12 @@ #define BUGFIX_EVO_NAME #endif +#ifdef ENGLISH +#define UNITS_IMPERIAL +#elif GERMAN +#define UNITS_METRIC +#endif + // Fixed in Emerald. // #define BUGFIX_SETMONIVS |