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