diff options
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Replay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp index e0370733..beee5954 100644 --- a/src/control/Replay.cpp +++ b/src/control/Replay.cpp @@ -252,4 +252,4 @@ InjectHook(0x592FE0, CReplay::Init, PATCH_JUMP); InjectHook(0x593150, CReplay::DisableReplays, PATCH_JUMP); InjectHook(0x593150, CReplay::EnableReplays, PATCH_JUMP); InjectHook(0x593170, CReplay::Update, PATCH_JUMP); -ENDPATCHES
\ No newline at end of file +ENDPATCHES |