blob: 80edf0974323e65d2b5ba6180b6b9fcd3b2fafae (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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); }
|