mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Declare compatbile function static
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ UINT8 CountPeopleInBoxingRing( void )
|
||||
return( ubTotalInRing );
|
||||
}
|
||||
|
||||
void CountPeopleInBoxingRingAndDoActions( void )
|
||||
static void CountPeopleInBoxingRingAndDoActions( void )
|
||||
{
|
||||
UINT32 uiLoop;
|
||||
UINT8 ubTotalInRing = 0;
|
||||
|
||||
Reference in New Issue
Block a user