Skip to content

Commit a09cbac

Browse files
committed
Reduced the max crouch amount
1 parent e3f7dec commit a09cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/AHuman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void AHuman::Clear() {
5555
m_ProneState = NOTPRONE;
5656
m_ProneTimer.Reset();
5757
m_MaxWalkPathCrouchShift = 6.0F;
58-
m_MaxCrouchRotation = c_QuarterPI * 1.25F;
58+
m_MaxCrouchRotation = c_QuarterPI * 0.85F;
5959
m_CrouchAmountOverride = -1.0F;
6060
for (int i = 0; i < MOVEMENTSTATECOUNT; ++i) {
6161
m_Paths[FGROUND][i].Reset();

0 commit comments

Comments
 (0)