summaryrefslogtreecommitdiffstats
path: root/src/Game.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-01 23:17:39 +0200
committeraap <aap@papnet.eu>2019-06-01 23:28:13 +0200
commitb63c87e8a619d448724d8532408973d850547d59 (patch)
treee75b7dfa53e02bd4feb33de0a90190279a8b5bab /src/Game.h
parentadded CPointLights (diff)
downloadre3-b63c87e8a619d448724d8532408973d850547d59.tar
re3-b63c87e8a619d448724d8532408973d850547d59.tar.gz
re3-b63c87e8a619d448724d8532408973d850547d59.tar.bz2
re3-b63c87e8a619d448724d8532408973d850547d59.tar.lz
re3-b63c87e8a619d448724d8532408973d850547d59.tar.xz
re3-b63c87e8a619d448724d8532408973d850547d59.tar.zst
re3-b63c87e8a619d448724d8532408973d850547d59.zip
Diffstat (limited to '')
-rw-r--r--src/Game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Game.h b/src/Game.h
index 11e193e4..f1404347 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -14,6 +14,8 @@ public:
static int &currLevel;
static bool &bDemoMode;
static bool &nastyGame;
+ static bool &frenchGame;
+ static bool &germanGame;
static void Process(void);
static Bool InitialiseOnceBeforeRW(void);