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 /src/main.c | |
parent | e0834dfec6f3d24d229622a61080949aaf1dc618 (diff) |
Various German patches
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 3275c817e..114fc171f 100644 --- a/src/main.c +++ b/src/main.c @@ -31,9 +31,13 @@ static void IntrDummy(void); const u8 gGameVersion = GAME_VERSION; -const u8 gGameLanguage = GAME_LANGUAGE; // English +const u8 gGameLanguage = GAME_LANGUAGE; +#if defined(ENGLISH) const char BuildDateTime[] = "2002 10 15 20:34"; +#elif defined(GERMAN) +const char BuildDateTime[] = "$Name: debug-Euro-2003-05-09-A $"; +#endif const IntrFunc gIntrTableTemplate[] = { |