diff options
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index aeda26a0d..70664e022 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -66,6 +66,8 @@ class ItemPopup : public Popup TextBox *mItemWeight; ItemType mItemType; Icon *mIcon; + std::string mLastName; + unsigned char mLastColor; static gcn::Color getColor(ItemType type); }; |