🚚 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

@ -2679,7 +2679,7 @@ bool OperateShrineGloomy(int pnum)
auto &player = Players[pnum];
// Increment armor class by 2 and decrements max damage by 1.
for (ItemStruct &item : PlayerItemsRange(player)) {
for (Item &item : PlayerItemsRange(player)) {
switch (item._itype) {
case ITYPE_SWORD:
case ITYPE_AXE: