From 7ab5c4377a137a26203952d73be44acbbff7bc6d Mon Sep 17 00:00:00 2001 From: taysta Date: Wed, 1 Nov 2023 17:24:28 +0800 Subject: [PATCH] Remove static declaration added from merge of previous warnings and headers commits --- codemp/cgame/hud_strafehelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemp/cgame/hud_strafehelper.c b/codemp/cgame/hud_strafehelper.c index 65ff92472d..2188d55a1f 100644 --- a/codemp/cgame/hud_strafehelper.c +++ b/codemp/cgame/hud_strafehelper.c @@ -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) {