From e2bd3573b4d44b8f80197d8de98fcfc91e2229b8 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 30 Jun 2019 13:59:55 +0300 Subject: PlayBackThisFrameInterpolation and all it required... --- src/MloInstance.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/MloInstance.cpp (limited to 'src/MloInstance.cpp') diff --git a/src/MloInstance.cpp b/src/MloInstance.cpp new file mode 100644 index 00000000..dbd83727 --- /dev/null +++ b/src/MloInstance.cpp @@ -0,0 +1,7 @@ +#include "common.h" +#include "patcher.h" +#include "MloInstance.h" + +STARTPATCHES +InjectHook(0x50BE90, &CMloInstance::dtor, PATCH_JUMP); +ENDPATCHES \ No newline at end of file -- cgit v1.2.3