Files
GTAmodding.re3/src/control/Replay.cpp
2019-06-17 00:23:19 +02:00

9 lines
219 B
C++

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