mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +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 );
|
gArmsDealerAdditionalIntelData[ausDealer].push_back( data );
|
||||||
}
|
}
|
||||||
|
|
||||||
void ArmsDealers_ReadIntelData()
|
static void ArmsDealers_ReadIntelData()
|
||||||
{
|
{
|
||||||
gArmsDealerAdditionalIntelData.clear();
|
gArmsDealerAdditionalIntelData.clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user