diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 13:19:31 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-23 13:19:31 -0700 |
commit | c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab (patch) | |
tree | c3a69432b48708d351a02a7232acddee6a8ca6f5 /src/gui/buysell.h | |
parent | e01a1776f20a499003ae976e4b145a9c85f6a014 (diff) | |
download | mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.gz mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.bz2 mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.xz mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.zip |
Hide the buy/sell dialogs when there is no NPC
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h index e3cdc52a..754bb551 100644 --- a/src/gui/buysell.h +++ b/src/gui/buysell.h @@ -43,6 +43,11 @@ class BuySellDialog : public Window, public gcn::ActionListener BuySellDialog(); /** + * Check for current NPC + */ + void logic(); + + /** * Called when receiving actions from the widgets. */ void action(const gcn::ActionEvent &event); |