From a07c84e9ad97a038272093240fafb71c42caa951 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 2 Jul 2017 14:41:31 +0200 Subject: [PATCH] [Slowmotion] Don't draw CI at all as it's unreliable --- src/Components/Modules/Slowmotion.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Components/Modules/Slowmotion.cpp b/src/Components/Modules/Slowmotion.cpp index 41b592db..7a1bce89 100644 --- a/src/Components/Modules/Slowmotion.cpp +++ b/src/Components/Modules/Slowmotion.cpp @@ -74,12 +74,12 @@ namespace Components } } - void SlowMotion::DrawConnectionInterruptedStub(int a1) + void SlowMotion::DrawConnectionInterruptedStub(int /*a1*/) { - if (!*reinterpret_cast(0x1AD8ED0) && !*reinterpret_cast(0x1AD8EEC) && !*reinterpret_cast(0x1AD78F8)) - { - Utils::Hook::Call(0x454A70)(a1); - } +// if (!*reinterpret_cast(0x1AD8ED0) && !*reinterpret_cast(0x1AD8EEC) && !*reinterpret_cast(0x1AD78F8)) +// { +// Utils::Hook::Call(0x454A70)(a1); +// } } SlowMotion::SlowMotion()