1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 01:23:12 +00:00
re3/src/control/Replay.cpp
2019-06-12 01:23:49 +02:00

8 lines
163 B
C++

#include "common.h"
#include "patcher.h"
#include "Replay.h"
uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }