Skip to content

Commit

Permalink
fix duplicated default args
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Dec 11, 2023
1 parent 846afed commit 1297700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/shared/swarm/rd_inventory_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3323,7 +3323,7 @@ namespace ReactiveDropInventory
#endif
}

void IncrementStrangePropertyOnStartingItems( SteamItemDef_t iAccessoryID, int64_t iAmount, int iPropertyIndex = 0, bool bRelative = true, bool bAllowCheating = false )
void IncrementStrangePropertyOnStartingItems( SteamItemDef_t iAccessoryID, int64_t iAmount, int iPropertyIndex, bool bRelative, bool bAllowCheating )
{
s_RD_Inventory_Manager.IncrementStrangePropertyOnStartingItems( iAccessoryID, iAmount, iPropertyIndex, bRelative, bAllowCheating );
}
Expand Down

0 comments on commit 1297700

Please sign in to comment.