aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/shared/base_playeranimstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/game/shared/base_playeranimstate.cpp')
-rw-r--r--sp/src/game/shared/base_playeranimstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sp/src/game/shared/base_playeranimstate.cpp b/sp/src/game/shared/base_playeranimstate.cpp
index a25d773c..d90655ac 100644
--- a/sp/src/game/shared/base_playeranimstate.cpp
+++ b/sp/src/game/shared/base_playeranimstate.cpp
@@ -65,7 +65,7 @@ CBasePlayerAnimState::CBasePlayerAnimState()
m_flEyePitch = 0.0f;
m_bCurrentFeetYawInitialized = false;
m_flCurrentTorsoYaw = 0.0f;
- m_flCurrentTorsoYaw = TURN_NONE;
+ m_nTurningInPlace = TURN_NONE;
m_flMaxGroundSpeed = 0.0f;
m_flStoredCycle = 0.0f;