Fixed a warning in cItem in gcc.
Constructor member order...
This commit is contained in:
parent
835a59b8fc
commit
5cdbb6683f
@ -174,9 +174,9 @@ public:
|
||||
short m_ItemType;
|
||||
char m_ItemCount;
|
||||
short m_ItemDamage;
|
||||
cEnchantments m_Enchantments;
|
||||
AString m_CustomName;
|
||||
AString m_Lore;
|
||||
cEnchantments m_Enchantments;
|
||||
};
|
||||
// tolua_end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user