mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2024-12-22 14:47:24 +08:00
485ff54642
intentionally was kept until "something" along with watermark inside of datamap lol jitters in certain scenarios due to interpolation history not being filled which doesn't bothers anyone (probably) so i've removed "fading"
11 lines
318 B
C++
Executable File
11 lines
318 B
C++
Executable File
void* Original_Interpolate_Caller;
|
|
|
|
__int8 __thiscall Redirected_Interpolate(void* Entity, void* Unknown_Parameter)
|
|
{
|
|
if (Entity == *(void**)((unsigned __int32)Client_Module + 7498712))
|
|
{
|
|
return (decltype(&Redirected_Interpolate)(Original_Interpolate_Caller))(Entity, Unknown_Parameter);
|
|
}
|
|
|
|
return 1;
|
|
} |