From 067410031057ffc9bdb36b976bc2a658b23acb1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Feb 2015 00:20:57 +0300 Subject: Add typed bool type Favorite. --- src/inventory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inventory.cpp') 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) { -- cgit v1.2.3-60-g2f50