From b63c87e8a619d448724d8532408973d850547d59 Mon Sep 17 00:00:00 2001 From: aap Date: Sat, 1 Jun 2019 23:17:39 +0200 Subject: implemented splashes; fixed zones --- src/Game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Game.h') 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); -- cgit v1.2.3