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 7014cad commit ae3a2a3Copy full SHA for ae3a2a3
Entities/AHuman.cpp
@@ -64,7 +64,7 @@ void AHuman::Clear()
64
m_ProneState = NOTPRONE;
65
m_ProneTimer.Reset();
66
m_MaxWalkPathCrouchShift = 6.0F;
67
- m_MaxCrouchRotation = c_QuarterPI * 1.25F
+ m_MaxCrouchRotation = c_QuarterPI * 1.25F;
68
for (int i = 0; i < MOVEMENTSTATECOUNT; ++i) {
69
m_Paths[FGROUND][i].Reset();
70
m_Paths[BGROUND][i].Reset();
0 commit comments