From 92c58d9fb69a35b90840c04f634eac50178f8713 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:55:27 +0200 Subject: [PATCH] Declare compatible function static --- Tactical/Auto Bandage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Auto Bandage.cpp b/Tactical/Auto Bandage.cpp index 2c71bca9..d818afec 100644 --- a/Tactical/Auto Bandage.cpp +++ b/Tactical/Auto Bandage.cpp @@ -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;