2019-05-30 15:24:47 -04:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
#include "Replay.h"
|
|
|
|
|
2019-06-07 16:31:03 -04:00
|
|
|
uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
|
2019-06-16 18:16:38 -04:00
|
|
|
bool &CReplay::bPlayingBackFromFile = *(bool*)0x95CD58;
|
2019-06-07 16:31:03 -04:00
|
|
|
|
|
|
|
WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }
|