mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 14:10:58 +00:00
the great reorganization
This commit is contained in:
7
src/core/CutsceneMgr.cpp
Normal file
7
src/core/CutsceneMgr.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "CutsceneMgr.h"
|
||||
|
||||
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
|
||||
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
|
||||
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;
|
Reference in New Issue
Block a user