Files
re3/src/CutsceneMgr.cpp
Fire-Head 06e48c7059 Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts:
#	src/control/Replay.h
2019-06-13 03:40:46 +03:00

8 lines
231 B
C++

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