mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Declare compatible function static
This commit is contained in:
@@ -303,7 +303,7 @@ BOOLEAN HandleAutoBandage( )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOLEAN CreateAutoBandageString( void )
|
static BOOLEAN CreateAutoBandageString( void )
|
||||||
{
|
{
|
||||||
// WDS - make number of mercenaries, etc. be configurable
|
// WDS - make number of mercenaries, etc. be configurable
|
||||||
UINT16 ubDoctor[CODE_MAXIMUM_NUMBER_OF_PLAYER_SLOTS], ubDoctors = 0;
|
UINT16 ubDoctor[CODE_MAXIMUM_NUMBER_OF_PLAYER_SLOTS], ubDoctors = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user