Declare compatible functions static

This commit is contained in:
Asdow
2025-11-19 21:11:19 +02:00
parent 2979f49e8d
commit 34a369938b
+2 -2
View File
@@ -38,7 +38,7 @@ int gXPATH[BULLET_TRACER_MAX_LENGTH]; // positions between bullet
int gYPATH[BULLET_TRACER_MAX_LENGTH]; // positions between bullet int gYPATH[BULLET_TRACER_MAX_LENGTH]; // positions between bullet
//afp-end //afp-end
INT32 GetFreeBullet(void) static INT32 GetFreeBullet(void)
{ {
UINT32 uiCount; UINT32 uiCount;
@@ -55,7 +55,7 @@ INT32 GetFreeBullet(void)
} }
void RecountBullets(void) static void RecountBullets(void)
{ {
INT32 uiCount; INT32 uiCount;