diff options
author | aap <aap@papnet.eu> | 2019-06-12 20:07:37 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-12 20:11:17 +0200 |
commit | a9517c01afad50d90c3afdee0fdc6238158378f2 (patch) | |
tree | 9226e392b0869576faccd8a3d66d68490d648417 /src/CutsceneMgr.cpp | |
parent | cb5ec27747d29c130685bee51c4c19285aca47bb (diff) |
implemented CCutsceneHead and dependencies
Diffstat (limited to 'src/CutsceneMgr.cpp')
-rw-r--r-- | src/CutsceneMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CutsceneMgr.cpp b/src/CutsceneMgr.cpp index 1fdf4b65..744ef53d 100644 --- a/src/CutsceneMgr.cpp +++ b/src/CutsceneMgr.cpp @@ -4,3 +4,4 @@ bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5; bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F; +CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88; |