summaryrefslogtreecommitdiffstats
path: root/src/Game.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-13 10:02:52 +0200
committerGitHub <noreply@github.com>2019-06-13 10:02:52 +0200
commit12697a855353a1d537310d8f6dc293a6549e68da (patch)
treef6b758692616132f34da18f549d3bb92fd882110 /src/Game.h
parentsilly mistake (diff)
parentUpdate Pad.cpp (diff)
downloadre3-12697a855353a1d537310d8f6dc293a6549e68da.tar
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.gz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.bz2
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.lz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.xz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.zst
re3-12697a855353a1d537310d8f6dc293a6549e68da.zip
Diffstat (limited to '')
-rw-r--r--src/Game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Game.h b/src/Game.h
index 0d8dbd53..279c3807 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -17,6 +17,7 @@ public:
static bool &frenchGame;
static bool &germanGame;
static bool &noProstitutes;
+ static bool &playingIntro;
static void Process(void);
static Bool InitialiseOnceBeforeRW(void);