summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-29 10:44:33 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-29 10:44:33 +0200
commit1e78278b5ab56c3ecf9b550298081c42e71f1085 (patch)
tree99fbeb9bdcf3eeecc151d1b71ca2d39c9cc1c35d /src/core/Game.h
parentMerge remote-tracking branch 'upstream/master' (diff)
parentMerge pull request #495 from Sergeanur/MoreLanguages (diff)
downloadre3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar.gz
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar.bz2
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar.lz
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar.xz
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.tar.zst
re3-1e78278b5ab56c3ecf9b550298081c42e71f1085.zip
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;