mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 10:39:58 +00:00
Moved CCutsceneMgr::ms_cutsceneProcessing to private
This commit is contained in:
parent
52cef5b157
commit
9d4140734f
3 changed files with 3 additions and 4 deletions
|
@ -21,10 +21,10 @@ class CCutsceneMgr
|
|||
static CAnimBlendAssocGroup &ms_cutsceneAssociations;
|
||||
static CVector &ms_cutsceneOffset;
|
||||
static float &ms_cutsceneTimer;
|
||||
static bool &ms_cutsceneProcessing;
|
||||
public:
|
||||
static CDirectory *&ms_pCutsceneDir;
|
||||
static uint32 &ms_cutsceneLoadStatus;
|
||||
static bool &ms_cutsceneProcessing;
|
||||
|
||||
static bool IsRunning(void) { return ms_running; }
|
||||
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue