summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.cpp
blob: 744ef53d7a89d5808f7f75396f30830d337bb151 (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;
CDirectory *&CCutsceneMgr::ms_pCutsceneDir = *(CDirectory**)0x8F5F88;