summaryrefslogtreecommitdiffstats
path: root/src/core/CutsceneMgr.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-09-12 02:43:18 +0200
committereray orçunus <erayorcunus@gmail.com>2019-09-12 02:46:15 +0200
commit14c7c1d7ca722935195a20817c96b1af75046359 (patch)
tree0ed77a2bf6d999ff94b8c70aca1795db4b9173c7 /src/core/CutsceneMgr.cpp
parentMerge pull request #202 from erorcun/erorcun (diff)
downloadre3-14c7c1d7ca722935195a20817c96b1af75046359.tar
re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.gz
re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.bz2
re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.lz
re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.xz
re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.zst
re3-14c7c1d7ca722935195a20817c96b1af75046359.zip
Diffstat (limited to '')
-rw-r--r--src/core/CutsceneMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CutsceneMgr.cpp b/src/core/CutsceneMgr.cpp
index 744ef53d..a54e8ff6 100644
--- a/src/core/CutsceneMgr.cpp
+++ b/src/core/CutsceneMgr.cpp
@@ -5,3 +5,4 @@
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;
+CCutsceneObject *(&CCutsceneMgr::ms_pCutsceneObjects)[NUMCUTSCENEOBJECTS] = *(CCutsceneObject*(*)[NUMCUTSCENEOBJECTS]) *(uintptr*) 0x862170;