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;
|