Declare compatible function static

This commit is contained in:
Asdow
2025-11-19 21:11:19 +02:00
parent 330470353c
commit 92c58d9fb6
+1 -1
View File
@@ -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;