Skip to content

Commit ae3a2a3

Browse files
committed
Whoops, missing ;
1 parent 7014cad commit ae3a2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entities/AHuman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void AHuman::Clear()
6464
m_ProneState = NOTPRONE;
6565
m_ProneTimer.Reset();
6666
m_MaxWalkPathCrouchShift = 6.0F;
67-
m_MaxCrouchRotation = c_QuarterPI * 1.25F
67+
m_MaxCrouchRotation = c_QuarterPI * 1.25F;
6868
for (int i = 0; i < MOVEMENTSTATECOUNT; ++i) {
6969
m_Paths[FGROUND][i].Reset();
7070
m_Paths[BGROUND][i].Reset();

0 commit comments

Comments
 (0)