From 0b54788d151a13857d3d4a419320d19f49fa8cfd Mon Sep 17 00:00:00 2001 From: explorer Date: Sat, 11 Jan 2025 17:52:47 +0300 Subject: [PATCH] ignore burning common, potential collision fix --- Estimate_Velocity.hpp | 2 +- Perform_Trace.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Estimate_Velocity.hpp b/Estimate_Velocity.hpp index b463c5a..bc3f2be 100755 --- a/Estimate_Velocity.hpp +++ b/Estimate_Velocity.hpp @@ -31,7 +31,7 @@ __int32 Get_Identifier(void* Entity, __int8 Raw, __int8 Equipment) if (__builtin_strstr(Get_Sequence_Name_Type((unsigned __int32)Client_Module + 203392)(Entity, *(__int32*)((unsigned __int32)Entity + 2212)), "eath") == nullptr) { - Valid = 1; + Valid = Identifier == 264 ? *(__int8*)((unsigned __int32)Entity + 4493) ^ 1 : 1; } } } diff --git a/Perform_Trace.hpp b/Perform_Trace.hpp index dd8891f..cc17bae 100755 --- a/Perform_Trace.hpp +++ b/Perform_Trace.hpp @@ -293,7 +293,7 @@ void __thiscall Perform_Trace(void* Stack) } }; - if (Upgrade_Type + Gender == 17) + if ((Upgrade_Type == 2) + (Gender == 15) == 2) { float Inflictor_Direction[3];