From aeb3467b8c7723be30de6f736ff865185e090722 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 27 Dec 2022 05:44:43 -0500 Subject: [PATCH] PlayerAnimFix --- src/hooks/PlayerAnimFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/PlayerAnimFix.cpp b/src/hooks/PlayerAnimFix.cpp index 03f0e5e2..876f9009 100644 --- a/src/hooks/PlayerAnimFix.cpp +++ b/src/hooks/PlayerAnimFix.cpp @@ -88,7 +88,7 @@ void LevelInit() } static InitRoutine init([]() { - static auto ShouldInterpolate_signature = gSignatures.GetClientSignature("55 89 E5 53 83 EC 14 A1 ? ? ? ? 8B 5D ? 8B 10 89 04 24 FF 52 ? 8B 53"); + static auto ShouldInterpolate_signature = CSignature::GetClientSignature("55 89 E5 56 53 83 EC 10 A1 ? ? ? ? 8B 5D ? 8B 10 89 04 24 FF 52 ? 8B 53"); shouldinterpolate_detour.Init(ShouldInterpolate_signature, (void *) ShouldInterpolate_hook); /*static auto CheckForSequenceChange_signature = gSignatures.GetClientSignature("55 89 E5 57 56 53 83 EC 1C 8B 45 ? 8B 75 ? 8B 4D ? 8B 7D");