summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
blob: b1bdc1bf6e1193abe61e92211f09eafbaae669ae (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); }