tabs
This commit is contained in:
parent
659cf7e2d4
commit
f3ee6d4299
@ -172,7 +172,7 @@ void player_movement::jump_apply_slowdown_stub(game::native::playerState_s* ps)
|
|||||||
if ((ps->pm_flags & game::native::PMF_DIVING) == 0
|
if ((ps->pm_flags & game::native::PMF_DIVING) == 0
|
||||||
&& player_movement::jump_slowdownEnable->current.enabled)
|
&& player_movement::jump_slowdownEnable->current.enabled)
|
||||||
{
|
{
|
||||||
game::native::VectorScale(ps->velocity, scale, ps->velocity);
|
game::native::VectorScale(ps->velocity, scale, ps->velocity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user