[Movement]: Comments
This commit is contained in:
parent
dda7b4024e
commit
f6852ae2da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user