Re3/src/CutsceneMgr.cpp

7 lines
180 B
C++
Raw Normal View History

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