1
0

Fixed a warning in cItem in gcc.

Constructor member order...
This commit is contained in:
madmaxoft 2014-02-04 22:18:59 +01:00
parent 835a59b8fc
commit 5cdbb6683f

View File

@ -174,9 +174,9 @@ public:
short m_ItemType; short m_ItemType;
char m_ItemCount; char m_ItemCount;
short m_ItemDamage; short m_ItemDamage;
cEnchantments m_Enchantments;
AString m_CustomName; AString m_CustomName;
AString m_Lore; AString m_Lore;
cEnchantments m_Enchantments;
}; };
// tolua_end // tolua_end