From f6852ae2da6fbf8b7d9e271464cb52d0f8754e0a Mon Sep 17 00:00:00 2001 From: Diavolo Date: Mon, 20 Feb 2023 13:36:15 +0100 Subject: [PATCH] [Movement]: Comments --- src/Components/Modules/PlayerMovement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Modules/PlayerMovement.cpp b/src/Components/Modules/PlayerMovement.cpp index 2e2a794e..b57a2729 100644 --- a/src/Components/Modules/PlayerMovement.cpp +++ b/src/Components/Modules/PlayerMovement.cpp @@ -278,7 +278,7 @@ namespace Components BGBounces = Game::Dvar_RegisterEnum("bg_bounces", bg_bouncesValues, DISABLED, Game::DVAR_CODINFO, "Bounce glitch settings"); }); - // Hook Dvar_RegisterFloat. Only thing that's changed is that the 0x80 flag is not used. + // Hook Dvar_RegisterFloat. Only thing that's changed is that the 0x80 flag is not used Utils::Hook(0x448990, Dvar_RegisterSpectateSpeedScale, HOOK_CALL).install()->quick(); // PM_CmdScaleForStance @@ -298,7 +298,7 @@ namespace Components // Rocket jump Utils::Hook(0x4A4F9B, Weapon_RocketLauncher_Fire_Hk, HOOK_CALL).install()->quick(); // FireWeapon - // Hook StuckInClient & CM_TransformedCapsuleTrace + // Hook StuckInClient & CM_TransformedCapsuleTrace // so we can prevent intersecting players from being pushed away from each other Utils::Hook(0x5D8153, StuckInClient_Hk, HOOK_CALL).install()->quick(); Utils::Hook(0x45A5BF, CM_TransformedCapsuleTrace_Hk, HOOK_CALL).install()->quick(); // SV_ClipMoveToEntity