We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7dec commit a09cbacCopy full SHA for a09cbac
Source/Entities/AHuman.cpp
@@ -55,7 +55,7 @@ void AHuman::Clear() {
55
m_ProneState = NOTPRONE;
56
m_ProneTimer.Reset();
57
m_MaxWalkPathCrouchShift = 6.0F;
58
- m_MaxCrouchRotation = c_QuarterPI * 1.25F;
+ m_MaxCrouchRotation = c_QuarterPI * 0.85F;
59
m_CrouchAmountOverride = -1.0F;
60
for (int i = 0; i < MOVEMENTSTATECOUNT; ++i) {
61
m_Paths[FGROUND][i].Reset();
0 commit comments