From a9877525597aa94f1d974b8f45567b4168cf6c8e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 20 Oct 2014 18:43:00 +0300 Subject: Remove item default parameters. --- src/inventory.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index 793c21286..702f6c4dd 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -88,14 +88,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 equipment = false); + const unsigned char color, const bool equipment, + const bool equipped); /** * Sets the item at the given position. */ void setItem(const int index, const int id, const int quantity, const uint8_t refine, const unsigned char color, - const bool equipment = false); + const bool equipment, const bool equipped); /** * Remove a item from the inventory. -- cgit v1.2.3-70-g09d2