make durability int again (#3467)

This commit is contained in:
qndel 2021-11-10 15:04:51 +01:00 committed by GitHub
commit 6dbe9109b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,8 +202,8 @@ struct Item {
enum spell_id _iSpell;
int _iCharges;
int _iMaxCharges;
uint8_t _iDurability;
uint8_t _iMaxDur;
int _iDurability;
int _iMaxDur;
int16_t _iPLDam;
int16_t _iPLToHit;
int16_t _iPLAC;