diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/inventory.h b/src/inventory.h index 4c9417db4..cddc00709 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -87,15 +87,15 @@ class Inventory final /** * Adds a new item in a free slot. */ - void addItem(const int id, - const int quantity, - const uint8_t refine, - const unsigned char color, - const bool identified, - const bool damaged, - const bool favorite, - const bool equipment, - const bool equipped); + int addItem(const int id, + const int quantity, + const uint8_t refine, + const unsigned char color, + const bool identified, + const bool damaged, + const bool favorite, + const bool equipment, + const bool equipped); /** * Sets the item at the given position. |