diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-03 23:13:07 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-03 23:13:07 +0200 |
commit | 9437d4943a8b299b057020ee114b230399965abd (patch) | |
tree | 54e8d1bca3c2f5457db8402fcdfe1b9e04df54f7 /src/gui/buy.h | |
parent | bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e (diff) | |
download | plus-9437d4943a8b299b057020ee114b230399965abd.tar.gz plus-9437d4943a8b299b057020ee114b230399965abd.tar.bz2 plus-9437d4943a8b299b057020ee114b230399965abd.tar.xz plus-9437d4943a8b299b057020ee114b230399965abd.zip |
Add colors to buy/sell dialogs.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index edbe1bf98..c9d412645 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -81,7 +81,7 @@ class BuyDialog : public Window, public gcn::ActionListener, /** * Adds an item to the shop inventory. */ - void addItem(int id, int amount, int price); + void addItem(int id, unsigned char color, int amount, int price); /** * Called when receiving actions from the widgets. |