mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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
|
// prototypes
|
||||||
|
|
||||||
INT8 GetMaxItemAmount( DEALER_POSSIBLE_INV *pInv, UINT16 usItemIndex )
|
static INT8 GetMaxItemAmount( DEALER_POSSIBLE_INV *pInv, UINT16 usItemIndex )
|
||||||
{
|
{
|
||||||
UINT16 usCnt = 0;
|
UINT16 usCnt = 0;
|
||||||
|
|
||||||
@@ -927,7 +927,7 @@ DEALER_POSSIBLE_INV *GetPointerToDealersPossibleInventory( UINT16 ubArmsDealerID
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Madd: added boolean fUsed
|
//Madd: added boolean fUsed
|
||||||
UINT8 GetCurrentSuitabilityForItem( INT8 bArmsDealer, UINT16 usItemIndex, BOOLEAN fUsed )
|
static UINT8 GetCurrentSuitabilityForItem( INT8 bArmsDealer, UINT16 usItemIndex, BOOLEAN fUsed )
|
||||||
{
|
{
|
||||||
unsigned ubItemCoolness;
|
unsigned ubItemCoolness;
|
||||||
unsigned ubMinCoolness, ubMaxCoolness;
|
unsigned ubMinCoolness, ubMaxCoolness;
|
||||||
|
|||||||
Reference in New Issue
Block a user