mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Declare compatible functions static
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user