From 34a369938b4d1cd0ed8f8dc66ef1829a1213b4cb Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:09:45 +0200 Subject: [PATCH] Declare compatible functions static --- Tactical/bullets.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tactical/bullets.cpp b/Tactical/bullets.cpp index fae510a6..02fb4d65 100644 --- a/Tactical/bullets.cpp +++ b/Tactical/bullets.cpp @@ -38,7 +38,7 @@ int gXPATH[BULLET_TRACER_MAX_LENGTH]; // positions between bullet int gYPATH[BULLET_TRACER_MAX_LENGTH]; // positions between bullet //afp-end -INT32 GetFreeBullet(void) +static INT32 GetFreeBullet(void) { UINT32 uiCount; @@ -55,7 +55,7 @@ INT32 GetFreeBullet(void) } -void RecountBullets(void) +static void RecountBullets(void) { INT32 uiCount;