mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 22:50:00 +00:00
Full CGameLogic
This commit is contained in:
parent
3e25726697
commit
69963cea68
19 changed files with 400 additions and 6 deletions
|
@ -10,7 +10,6 @@ class CCutsceneHead;
|
|||
class CCutsceneMgr
|
||||
{
|
||||
static bool &ms_running;
|
||||
static bool &ms_cutsceneProcessing;
|
||||
static CCutsceneObject *(&ms_pCutsceneObjects)[NUMCUTSCENEOBJECTS];
|
||||
|
||||
static int32 &ms_numCutsceneObjs;
|
||||
|
@ -25,6 +24,7 @@ class CCutsceneMgr
|
|||
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