From 9be90b76adb1518c4ffe0e365a18c5afcc3158f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Dec 2014 01:27:45 +0300 Subject: Add item type to item object. --- src/gui/windows/tradewindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/windows/tradewindow.h') diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index 5c782cf07..9dcfe91c1 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -68,6 +68,7 @@ class TradeWindow final : public Window, * Add an item to the trade window. */ void addItem(const int id, + const int type, const bool own, const int quantity, const uint8_t refine, @@ -85,6 +86,7 @@ class TradeWindow final : public Window, * Add an item to the trade window. */ void addItem2(const int id, + const int type, const int *const cards, const int sz, const bool own, -- cgit v1.2.3-70-g09d2