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 47c60bf1c..20731ad10 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -112,7 +112,7 @@ int Inventory::addItem(const int id, const uint8_t color, const Identified identified, const Damaged damaged, - const bool favorite, + const Favorite favorite, const bool equipment, const bool equipped) { @@ -130,7 +130,7 @@ void Inventory::setItem(const int index, const unsigned char color, const Identified identified, const Damaged damaged, - const bool favorite, + const Favorite favorite, const bool equipment, const bool equipped) { |