mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-07-18 09:27:56 +08:00
disable prediction error smoothing
also z_sidespeed
This commit is contained in:
@ -114,11 +114,11 @@ void __thiscall Redirected_Copy_Command(void* Unknown_Parameter, Command_Structu
|
||||
|
||||
if (__builtin_signbitf(Strafe_Angle) == 0)
|
||||
{
|
||||
Command->Move[1] = -400.f;
|
||||
Command->Move[1] = -450.f;
|
||||
}
|
||||
else
|
||||
{
|
||||
Command->Move[1] = 400.f;
|
||||
Command->Move[1] = 450.f;
|
||||
}
|
||||
|
||||
Move_Angles[1] -= Strafe_Angle;
|
||||
@ -127,11 +127,11 @@ void __thiscall Redirected_Copy_Command(void* Unknown_Parameter, Command_Structu
|
||||
{
|
||||
if (__builtin_signbitf(Difference) == 0)
|
||||
{
|
||||
Command->Move[1] = -400.f;
|
||||
Command->Move[1] = -450.f;
|
||||
}
|
||||
else
|
||||
{
|
||||
Command->Move[1] = 400.f;
|
||||
Command->Move[1] = 450.f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user