Skip to content

Commit

Permalink
Fix compiler warning cg_players.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Nov 23, 2023
1 parent 6bff17e commit dcdb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgame/cg_players.c
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ void CG_ResetPlayerEntity( centity_t *cent ) {
VectorCopy( cent->lerpAngles, cent->rawAngles );

if ( cg_debugPosition.integer ) {
CG_Printf( "%i ResetPlayerEntity yaw=%i\n", cent->currentState.number, cent->pe.torso.yawAngle );
CG_Printf( "%i ResetPlayerEntity yaw=%g\n", cent->currentState.number, cent->pe.torso.yawAngle );
}

cent->pe.painAnimLegs = -1;
Expand Down

0 comments on commit dcdb181

Please sign in to comment.