summaryrefslogtreecommitdiff
path: root/src/gui/tradewindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-22 18:51:17 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-22 18:51:17 +0300
commit668306a14e6ecfc6ce9b283b10f9f59cdab788a0 (patch)
treef49e003b8374ccc9be9e8c6bf6d8d20638bcd593 /src/gui/tradewindow.h
parent699d7c41c4f2904d96b69315c28372b71d22b5e9 (diff)
downloadplus-668306a14e6ecfc6ce9b283b10f9f59cdab788a0.tar.gz
plus-668306a14e6ecfc6ce9b283b10f9f59cdab788a0.tar.bz2
plus-668306a14e6ecfc6ce9b283b10f9f59cdab788a0.tar.xz
plus-668306a14e6ecfc6ce9b283b10f9f59cdab788a0.zip
Fixed money cheat hightlight in trade fix. Was broken some time and color was not changed.
Diffstat (limited to 'src/gui/tradewindow.h')
-rw-r--r--src/gui/tradewindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/tradewindow.h b/src/gui/tradewindow.h
index 6865434b6..3c5ed56b0 100644
--- a/src/gui/tradewindow.h
+++ b/src/gui/tradewindow.h
@@ -163,6 +163,7 @@ class TradeWindow : public Window, gcn::ActionListener, gcn::SelectionListener
Item* mAutoAddItem;
std::string mAutoAddToNick;
int mGotMoney;
+ int mGotMaxMoney;
int mAutoMoney;
int mAutoAddAmount;
};