1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-01 00:05:56 +00:00

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

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;
};