mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 10:39:00 +00:00
Update CutsceneMgr.h
This commit is contained in:
parent
9689def6a5
commit
601115e56a
1 changed files with 0 additions and 2 deletions
|
@ -12,6 +12,4 @@ public:
|
||||||
|
|
||||||
static bool IsRunning(void) { return ms_running; }
|
static bool IsRunning(void) { return ms_running; }
|
||||||
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
||||||
|
|
||||||
static Bool &ms_running;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue