diff options
Diffstat (limited to '')
-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 598c48a1..d78ef14f 100644 --- a/src/CutsceneMgr.cpp +++ b/src/CutsceneMgr.cpp @@ -3,3 +3,4 @@ #include "CutsceneMgr.h" bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F; +Bool &CCutsceneMgr::ms_running = *(Bool*)0x95CCF5; |