diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-20 01:05:20 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-20 01:05:20 +0300 |
commit | b8c34f6654303870865703476125e333a6830ee9 (patch) | |
tree | f9bdfea5321d5a035a0cd34e70f01128a4ae737e /src/core/Game.h | |
parent | 7e4c68382416229cf0a58637bd9f308a6def1caa (diff) | |
parent | 8e9c9fa445729f67020bf3e96d3c2f801c9cbc87 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index e3f0f616..3b8a856d 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -18,6 +18,7 @@ public: static bool frenchGame; static bool germanGame; #ifdef MORE_LANGUAGES + static bool polishGame; static bool russianGame; #endif static bool noProstitutes; |