implemented CTimeCycle

This commit is contained in:
aap
2019-06-12 16:52:26 +02:00
parent 83cc43eeff
commit ec0b8b5730
9 changed files with 248 additions and 5 deletions

View File

@ -2,4 +2,5 @@
#include "patcher.h"
#include "CutsceneMgr.h"
bool &CCutsceneMgr::ms_running = *(bool*)0x95CCF5;
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;