2019-05-31 11:44:43 +02:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
#include "CutsceneMgr.h"
|
|
|
|
|
2019-06-12 16:52:26 +02:00
|
|
|
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
|
2019-05-31 11:44:43 +02:00
|
|
|
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
|
2019-06-12 20:07:37 +02:00
|
|
|
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;
|
2019-09-12 03:43:18 +03:00
|
|
|
CCutsceneObject *(&CCutsceneMgr::ms_pCutsceneObjects)[NUMCUTSCENEOBJECTS] = *(CCutsceneObject*(*)[NUMCUTSCENEOBJECTS]) *(uintptr*) 0x862170;
|