🚚 Rename 'ItemStruct' to 'Item'

This commit is contained in:
Juliano Leal Goncalves 2021-08-30 01:15:37 -03:00 committed by Anders Jenbo
commit bb2dfdfb73
24 changed files with 202 additions and 202 deletions

View file

@ -649,7 +649,7 @@ void CelDrawLightRedTo(const Surface &out, Point position, const CelSprite &cel,
RenderCelWithLightTable(out, position, pRLEBytes, nDataSize, cel.Width(frame), GetLightTable(1));
}
void CelDrawItem(const ItemStruct &item, const Surface &out, Point position, const CelSprite &cel, int frame)
void CelDrawItem(const Item &item, const Surface &out, Point position, const CelSprite &cel, int frame)
{
bool usable = item._iStatFlag;
if (!usable) {