diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inventory.h b/src/inventory.h index 5e36503f5..4225fc2ae 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -86,7 +86,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const Identified identified, - const bool damaged, + const Damaged damaged, const bool favorite, const bool equipment, const bool equipped); @@ -101,7 +101,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const Identified identified, - const bool damaged, + const Damaged damaged, const bool favorite, const bool equipment, const bool equipped); |