implemented CCutsceneHead and dependencies

This commit is contained in:
aap 2019-06-12 20:07:37 +02:00
commit a9517c01af
21 changed files with 374 additions and 20 deletions

View file

@ -4,3 +4,4 @@
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;