Update CutsceneMgr.h

This commit is contained in:
Fire_Head 2019-06-13 03:51:51 +03:00 committed by GitHub
parent 9689def6a5
commit 601115e56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -12,6 +12,4 @@ public:
static bool IsRunning(void) { return ms_running; }
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
static Bool &ms_running;
};