diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-04-26 23:49:24 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-27 22:41:09 +0300 |
| commit | fe353a7cc9831a09026842106bd3ff0fdb3242b4 (patch) | |
| tree | 61e573e5fb4d80ba65f7a5e82cb08a280e3b863b /src/core/Game.h | |
| parent | Merge branch 'master' into MoreLanguages (diff) | |
| download | re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.gz | |
Fixes
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; |
