summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-20 00:05:20 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-20 00:05:20 +0200
commitb8c34f6654303870865703476125e333a6830ee9 (patch)
treef9bdfea5321d5a035a0cd34e70f01128a4ae737e /src/core/Game.h
parentfixes (diff)
parentFix CPickups::GenerateNewOne loop (diff)
downloadre3-b8c34f6654303870865703476125e333a6830ee9.tar
re3-b8c34f6654303870865703476125e333a6830ee9.tar.gz
re3-b8c34f6654303870865703476125e333a6830ee9.tar.bz2
re3-b8c34f6654303870865703476125e333a6830ee9.tar.lz
re3-b8c34f6654303870865703476125e333a6830ee9.tar.xz
re3-b8c34f6654303870865703476125e333a6830ee9.tar.zst
re3-b8c34f6654303870865703476125e333a6830ee9.zip
Diffstat (limited to '')
-rw-r--r--src/core/Game.h1
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;