mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Declare compatible functions static
This commit is contained in:
@@ -689,7 +689,7 @@ DEALER_POSSIBLE_INV gArmsDealerAdditional[ADDITIONAL_ARMS_DEALERS][MAXITEMS+1];
|
||||
|
||||
// prototypes
|
||||
|
||||
INT8 GetMaxItemAmount( DEALER_POSSIBLE_INV *pInv, UINT16 usItemIndex )
|
||||
static INT8 GetMaxItemAmount( DEALER_POSSIBLE_INV *pInv, UINT16 usItemIndex )
|
||||
{
|
||||
UINT16 usCnt = 0;
|
||||
|
||||
@@ -927,7 +927,7 @@ DEALER_POSSIBLE_INV *GetPointerToDealersPossibleInventory( UINT16 ubArmsDealerID
|
||||
}
|
||||
|
||||
//Madd: added boolean fUsed
|
||||
UINT8 GetCurrentSuitabilityForItem( INT8 bArmsDealer, UINT16 usItemIndex, BOOLEAN fUsed )
|
||||
static UINT8 GetCurrentSuitabilityForItem( INT8 bArmsDealer, UINT16 usItemIndex, BOOLEAN fUsed )
|
||||
{
|
||||
unsigned ubItemCoolness;
|
||||
unsigned ubMinCoolness, ubMaxCoolness;
|
||||
|
||||
Reference in New Issue
Block a user