From 76e55447563fae6f8d17f2fd90231c81e0b3f927 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Oct 2014 01:13:46 +0300 Subject: Add to item field identified. --- src/gui/windows/tradewindow.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/tradewindow.h') diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index 0c01c81cd..ef60b051e 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -67,8 +67,12 @@ class TradeWindow final : public Window, /** * Add an item to the trade window. */ - void addItem(const int id, const bool own, const int quantity, - const uint8_t refine, const unsigned char color) const; + void addItem(const int id, + const bool own, + const int quantity, + const uint8_t refine, + const unsigned char color, + const bool identified) const; /** * Reset both item containers @@ -78,8 +82,12 @@ class TradeWindow final : public Window, /** * Add an item to the trade window. */ - void addItem2(const int id, const bool own, const int quantity, - const uint8_t refine, const unsigned char color, + void addItem2(const int id, + const bool own, + const int quantity, + const uint8_t refine, + const unsigned char color, + const bool identified, const bool equipment) const; /** -- cgit v1.2.3-70-g09d2