diff options
author | aap <aap@papnet.eu> | 2019-06-12 16:52:26 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-12 16:52:26 +0200 |
commit | ec0b8b573048bc4832cca412e33956e64ce4f5fa (patch) | |
tree | 4aae2cbb335baf97646b8b0165f315dfe55f24da /src/CutsceneMgr.cpp | |
parent | added NodeName plugin (diff) | |
download | re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar.gz re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar.bz2 re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar.lz re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar.xz re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.tar.zst re3-ec0b8b573048bc4832cca412e33956e64ce4f5fa.zip |
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 598c48a1..1fdf4b65 100644 --- a/src/CutsceneMgr.cpp +++ b/src/CutsceneMgr.cpp @@ -2,4 +2,5 @@ #include "patcher.h" #include "CutsceneMgr.h" +bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5; bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F; |