diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-03-29 09:35:13 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 14:50:14 +0300 |
| commit | bb8868eba79e0c6b76ca1e5a397ac20e72937798 (patch) | |
| tree | 7ff4a8f91ba0896a8cc80fb0c09bd64b069d3e14 /src/core/Game.h | |
| parent | Fire and PlayerSkin fix (diff) | |
| download | re3-bb8868eba79e0c6b76ca1e5a397ac20e72937798.tar.gz | |
Add russian lang support
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]; |
