1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 11:53:12 +00:00
re3/src/control/Replay.cpp

9 lines
219 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Replay.h"
2019-06-07 20:31:03 +00:00
uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
2019-06-13 00:35:26 +00:00
Bool &CReplay::bPlayingBackFromFile = *(Bool*)0x95CD58;
2019-06-07 20:31:03 +00:00
WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }