[Slowmotion] Don't draw CI at all as it's unreliable
This commit is contained in:
parent
9847e1a512
commit
a07c84e9ad
@ -74,12 +74,12 @@ namespace Components
|
||||
}
|
||||
}
|
||||
|
||||
void SlowMotion::DrawConnectionInterruptedStub(int a1)
|
||||
void SlowMotion::DrawConnectionInterruptedStub(int /*a1*/)
|
||||
{
|
||||
if (!*reinterpret_cast<bool*>(0x1AD8ED0) && !*reinterpret_cast<bool*>(0x1AD8EEC) && !*reinterpret_cast<int*>(0x1AD78F8))
|
||||
{
|
||||
Utils::Hook::Call<void(int)>(0x454A70)(a1);
|
||||
}
|
||||
// if (!*reinterpret_cast<bool*>(0x1AD8ED0) && !*reinterpret_cast<bool*>(0x1AD8EEC) && !*reinterpret_cast<int*>(0x1AD78F8))
|
||||
// {
|
||||
// Utils::Hook::Call<void(int)>(0x454A70)(a1);
|
||||
// }
|
||||
}
|
||||
|
||||
SlowMotion::SlowMotion()
|
||||
|
Loading…
Reference in New Issue
Block a user