🚚 Rename 'ItemStruct' to 'Item'
This commit is contained in:
parent
a207644d88
commit
bb2dfdfb73
24 changed files with 202 additions and 202 deletions
|
|
@ -444,7 +444,7 @@ int CapStatPointsToAdd(int remainingStatPoints, const Player &player, CharacterA
|
|||
return std::min(remainingStatPoints, pointsToReachCap);
|
||||
}
|
||||
|
||||
int DrawDurIcon4Item(const Surface &out, ItemStruct &pItem, int x, int c)
|
||||
int DrawDurIcon4Item(const Surface &out, Item &pItem, int x, int c)
|
||||
{
|
||||
if (pItem.isEmpty())
|
||||
return x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue