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 | Merge pull request #498 from Sergeanur/premakestuff (diff) | |
parent | Fixes (diff) | |
download | re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.gz re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.bz2 re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.lz re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.xz re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.zst re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.zip |
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; |