Skip to content

Commit

Permalink
Remove static declaration added from merge of previous warnings and h…
Browse files Browse the repository at this point in the history
…eaders commits
  • Loading branch information
taysta committed Nov 1, 2023
1 parent 87f5d1c commit 7ab5c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemp/cgame/hud_strafehelper.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void DF_StrafeHelper() {
/* Strafehelper Setters */

//sets the dfstate function used for strafehelper calculations
static void DF_SetPlayerState(centity_t *cent)
void DF_SetPlayerState(centity_t *cent)
{
state.velocity = cg.predictedPlayerState.velocity;
if (state.moveStyle == MV_SWOOP && cg.predictedPlayerState.m_iVehicleNum) {
Expand Down

0 comments on commit 7ab5c43

Please sign in to comment.