diff options
author | aap <aap@papnet.eu> | 2020-04-29 10:26:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 10:26:36 +0200 |
commit | 4e630a1a38246a9dd909261cbf5fa598d43140e8 (patch) | |
tree | d12b2e77241f79bb143e91bac7e669ae96ea229b /src/core/Game.h | |
parent | 34194ff981f609f501897a640ec11891ec841bf6 (diff) | |
parent | fe353a7cc9831a09026842106bd3ff0fdb3242b4 (diff) |
Merge pull request #495 from Sergeanur/MoreLanguages
Japanese support
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 01f5f0e9..48f31abc 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -17,8 +17,8 @@ public: static bool frenchGame; static bool germanGame; #ifdef MORE_LANGUAGES - static bool polishGame; static bool russianGame; + static bool japaneseGame; #endif static bool noProstitutes; static bool playingIntro; |