diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 18:06:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 18:06:21 -0600 |
commit | 87a5e7ff9aab0073a0658b543376622febabc630 (patch) | |
tree | 4a6fe05078f4a706ff5a6639900282d7a5fccc71 /src/gui/item_amount.h | |
parent | f64903f3f139ba83e94c6260c39f88b8d31b793b (diff) | |
download | mana-87a5e7ff9aab0073a0658b543376622febabc630.tar.gz mana-87a5e7ff9aab0073a0658b543376622febabc630.tar.bz2 mana-87a5e7ff9aab0073a0658b543376622febabc630.tar.xz mana-87a5e7ff9aab0073a0658b543376622febabc630.zip |
Clean up TtemAmount dialog and add an All button
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r-- | src/gui/item_amount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h index 26cca32c..f0534ec8 100644 --- a/src/gui/item_amount.h +++ b/src/gui/item_amount.h @@ -61,6 +61,8 @@ class ItemAmountWindow : public Window, public gcn::ActionListener IntTextField *mItemAmountTextField; /**< Item amount caption. */ Item *mItem; + int mMax, mUsage; + /** * Item Amount buttons. */ |