diff options
author | aap <aap@papnet.eu> | 2020-03-31 10:28:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 10:28:10 +0200 |
commit | 348d426f6425ab31479e95f98828c5e2272cbd63 (patch) | |
tree | 611cf59f1c46b60908057affe8d86eb9b39a23ad /src/core/Game.h | |
parent | Merge pull request #366 from Nick007J/master (diff) | |
parent | Merge remote-tracking branch 'origin/master' into MoreLanguages (diff) | |
download | re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.gz re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.bz2 re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.lz re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.xz re3-348d426f6425ab31479e95f98828c5e2272cbd63.tar.zst re3-348d426f6425ab31479e95f98828c5e2272cbd63.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 b6728a2f..318ff54b 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]; |