diff options
Diffstat (limited to 'src/CutsceneMgr.cpp')
-rw-r--r-- | src/CutsceneMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CutsceneMgr.cpp b/src/CutsceneMgr.cpp index 0e54ff34..744ef53d 100644 --- a/src/CutsceneMgr.cpp +++ b/src/CutsceneMgr.cpp @@ -4,4 +4,4 @@ bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5; bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F; -Bool &CCutsceneMgr::ms_running = *(Bool*)0x95CCF5; +CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88; |