diff options
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 39270ba1..3b213633 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -72,7 +72,7 @@ class ItemPopup : public Popup TextBox *mItemWeight; std::string mItemEquipSlot; ItemType mItemType; - Icon *mIcon = nullptr; + Icon *mIcon; }; #endif // ITEMPOPUP_H |