1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 17:53:12 +00:00
re3/src/core/CutsceneMgr.cpp

8 lines
250 B
C++
Raw Normal View History

2019-05-31 09:44:43 +00:00
#include "common.h"
#include "patcher.h"
#include "CutsceneMgr.h"
2019-06-12 14:52:26 +00:00
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
2019-05-31 09:44:43 +00:00
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;