diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-28 20:43:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-28 20:43:58 +0300 |
commit | d6094cc50fad47eb7071f077e4e630cbec6c5b18 (patch) | |
tree | 263213ed5865279bf2d45397c9d1943ea130352e /src/gui/popups/itempopup.h | |
parent | 4541175c81e5de39a3118729b7f5997d251b3d35 (diff) | |
download | manaverse-d6094cc50fad47eb7071f077e4e630cbec6c5b18.tar.gz manaverse-d6094cc50fad47eb7071f077e4e630cbec6c5b18.tar.bz2 manaverse-d6094cc50fad47eb7071f077e4e630cbec6c5b18.tar.xz manaverse-d6094cc50fad47eb7071f077e4e630cbec6c5b18.zip |
Fix showing cached additional fields in item popups.
Diffstat (limited to 'src/gui/popups/itempopup.h')
-rw-r--r-- | src/gui/popups/itempopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h index de552eca7..fff3b817d 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -89,6 +89,8 @@ class ItemPopup final : public Popup ItemDbTypeT mItemType; Icon *mIcon A_NONNULLPOINTER; std::string mLastName; + std::string mCardsStr; + std::string mItemOptionsStr; int mLastId; ItemColor mLastColor; |