summaryrefslogtreecommitdiff
path: root/src/core/Game.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-29 10:26:36 +0200
committerGitHub <noreply@github.com>2020-04-29 10:26:36 +0200
commit4e630a1a38246a9dd909261cbf5fa598d43140e8 (patch)
treed12b2e77241f79bb143e91bac7e669ae96ea229b /src/core/Game.h
parent34194ff981f609f501897a640ec11891ec841bf6 (diff)
parentfe353a7cc9831a09026842106bd3ff0fdb3242b4 (diff)
Merge pull request #495 from Sergeanur/MoreLanguages
Japanese support
Diffstat (limited to 'src/core/Game.h')
-rw-r--r--src/core/Game.h2
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;