1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

@ -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