diff options
Diffstat (limited to 'src/Item.cpp')
-rw-r--r-- | src/Item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.cpp b/src/Item.cpp index a6a464450..ba2a8db90 100644 --- a/src/Item.cpp +++ b/src/Item.cpp @@ -17,7 +17,7 @@ cItem::cItem(): m_ItemType(E_ITEM_EMPTY), m_ItemCount(0), m_ItemDamage(0), - m_CustomName(""), + m_CustomName(), m_RepairCost(0), m_FireworkItem(), m_ItemColor() |