diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-06-13 03:51:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 03:51:51 +0300 |
commit | 601115e56a459547b01a406baf25bfdaf74087ef (patch) | |
tree | b89e6e9bcf3574bdf9f9b5d829f522c05ac09b04 /src | |
parent | 9689def6a59bd8a1d05860c7d23f1837cf3b4a80 (diff) |
Update CutsceneMgr.h
Diffstat (limited to 'src')
-rw-r--r-- | src/CutsceneMgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h index 87aef03a..89f6ab8d 100644 --- a/src/CutsceneMgr.h +++ b/src/CutsceneMgr.h @@ -12,6 +12,4 @@ public: static bool IsRunning(void) { return ms_running; } static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; } - - static Bool &ms_running; }; |