diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 223b8d18f..47c60bf1c 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -111,7 +111,7 @@ int Inventory::addItem(const int id, const uint8_t refine, const uint8_t color, const Identified identified, - const bool damaged, + const Damaged damaged, const bool favorite, const bool equipment, const bool equipped) @@ -129,7 +129,7 @@ void Inventory::setItem(const int index, 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) |