summaryrefslogtreecommitdiff
path: root/src/CutsceneMgr.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 03:40:46 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 03:40:46 +0300
commit06e48c70595808f8c3143d4284e5757e29d81800 (patch)
treee321a452104d4dd3716b1bdfaa1bda81a739be26 /src/CutsceneMgr.h
parent75bca8e31eef877cc6df83146c665f86ad6f8583 (diff)
parent38730080a2aa91071ff5d524772874af93cc034e (diff)
Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts: # src/control/Replay.h
Diffstat (limited to 'src/CutsceneMgr.h')
-rw-r--r--src/CutsceneMgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h
index 0952c2fb..9cafad8b 100644
--- a/src/CutsceneMgr.h
+++ b/src/CutsceneMgr.h
@@ -2,9 +2,11 @@
class CCutsceneMgr
{
+ static bool &ms_running;
static bool &ms_cutsceneProcessing;
public:
+ static bool IsRunning(void) { return ms_running; }
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
static Bool &ms_running;