summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_players.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c
index bfbd039e..a1135bd0 100644
--- a/src/cgame/cg_players.c
+++ b/src/cgame/cg_players.c
@@ -1211,7 +1211,7 @@ static void CG_PlayerNonSegAnimation( centity_t *cent, int *nonSegOld,
if( cent->pe.nonseg.yawing && ( cent->currentState.legsAnim & ~ANIM_TOGGLEBIT ) == NSPA_STAND )
CG_RunLerpFrame( ci, &cent->pe.nonseg, NSPA_TURN, speedScale );
else
- CG_RunLerpFrame( ci, &cent->pe.legs, cent->currentState.legsAnim, speedScale );
+ CG_RunLerpFrame( ci, &cent->pe.nonseg, cent->currentState.legsAnim, speedScale );
*nonSegOld = cent->pe.nonseg.oldFrame;
*nonSeg = cent->pe.nonseg.frame;