diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 04d26df8f..f2cd3d566 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -72,6 +72,8 @@ class ShopItem : public Item */ void addDuplicate(); + void update(); + /** * Gets the quantity of the currently topmost duplicate. * @@ -125,6 +127,7 @@ class ShopItem : public Item protected: int mPrice; std::string mDisplayName; + bool mShowQuantity; /** * Struct to keep track of duplicates. |