From 2c50518b611156c6930ee02fb5255563c4eed04d Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:43:54 +0200 Subject: [PATCH] Make compatible function static --- Tactical/Arms Dealer Init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Arms Dealer Init.cpp b/Tactical/Arms Dealer Init.cpp index 8ee5a528..c7013297 100644 --- a/Tactical/Arms Dealer Init.cpp +++ b/Tactical/Arms Dealer Init.cpp @@ -202,7 +202,7 @@ void AddArmsDealerAdditionalIntelData( UINT16 ausDealer, UINT16 usItem, INT16 sI gArmsDealerAdditionalIntelData[ausDealer].push_back( data ); } -void ArmsDealers_ReadIntelData() +static void ArmsDealers_ReadIntelData() { gArmsDealerAdditionalIntelData.clear();