mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Make compatible function static
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user