summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r--src/control/Replay.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp
index 32e7dc0c..6cfbd846 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -2,4 +2,6 @@
#include "patcher.h"
#include "Replay.h"
-WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); } \ No newline at end of file
+uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
+
+WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }