summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.cpp
blob: 0e54ff3430daa824b7c43643d68138703edf10e0 (plain) (blame)
1
2
3
4
5
6
7
#include "common.h"
#include "patcher.h"
#include "CutsceneMgr.h"

bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;
Bool &CCutsceneMgr::ms_running = *(Bool*)0x95CCF5;