diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 21:04:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 21:04:58 +0300 |
commit | 1ee562da80ee76787823f5e18c9463c05e2bb524 (patch) | |
tree | 2b0190f8ddfd1a10c27a7890cc682e81bbfe7b1f /src/shopitem.h | |
parent | 226f98e12755b50cafe17d65a4c0aafd3994cd05 (diff) | |
download | plus-1ee562da80ee76787823f5e18c9463c05e2bb524.tar.gz plus-1ee562da80ee76787823f5e18c9463c05e2bb524.tar.bz2 plus-1ee562da80ee76787823f5e18c9463c05e2bb524.tar.xz plus-1ee562da80ee76787823f5e18c9463c05e2bb524.zip |
In shop items hide amount if one
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 449d9f91c..42616d389 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -132,6 +132,8 @@ class ShopItem final : public Item { return mDisplayName; } protected: + void updateDisplayName(const int quantity); + std::string mDisplayName; /** |