Fix preset item ID being stored as a short instead of an item_num_t

This commit is contained in:
2025-03-10 22:45:10 -04:00
committed by Celtic Minstrel
parent 50514db530
commit c48a92e3c6

View File

@@ -55,7 +55,7 @@ public:
class cItem { // formerly preset_item_type
public:
location loc;
short code;
item_num_t code;
eEnchant ability;
int charges = -1;
bool always_there = false, property = false, contained = false;