diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-03-29 08:35:13 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 13:50:14 +0200 |
commit | bb8868eba79e0c6b76ca1e5a397ac20e72937798 (patch) | |
tree | 7ff4a8f91ba0896a8cc80fb0c09bd64b069d3e14 /src/core/Game.h | |
parent | Fire and PlayerSkin fix (diff) | |
download | re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.gz re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.bz2 re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.lz re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.xz re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.zst re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.zip |
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 7b20099c..991c8718 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -16,6 +16,9 @@ public: static bool &nastyGame; static bool &frenchGame; static bool &germanGame; +#ifdef MORE_LANGUAGES + static bool russianGame; +#endif static bool &noProstitutes; static bool &playingIntro; static char *aDatFile; //[32]; |