mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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
|
||||
UINT16 ubDoctor[CODE_MAXIMUM_NUMBER_OF_PLAYER_SLOTS], ubDoctors = 0;
|
||||
|
||||
Reference in New Issue
Block a user