diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-05-07 20:43:37 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-05-07 20:43:37 +0200 |
commit | fbb6404cc8793f5caef374e1eda243fa2d159eb5 (patch) | |
tree | 447e21fdc8b384721d36881d06160b0dfe2c43ab /src/Item.h | |
parent | Where is the problem with clang? (diff) | |
download | cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar.gz cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar.bz2 cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar.lz cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar.xz cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.tar.zst cuberite-fbb6404cc8793f5caef374e1eda243fa2d159eb5.zip |
Diffstat (limited to 'src/Item.h')
-rw-r--r-- | src/Item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Item.h b/src/Item.h index 2a1978aad..1ac9280fc 100644 --- a/src/Item.h +++ b/src/Item.h @@ -87,8 +87,8 @@ public: m_Enchantments(a_CopyFrom.m_Enchantments), m_CustomName (a_CopyFrom.m_CustomName), m_Lore (a_CopyFrom.m_Lore), - m_FireworkItem(a_CopyFrom.m_FireworkItem), m_RepairCost (a_CopyFrom.m_RepairCost) + m_FireworkItem(a_CopyFrom.m_FireworkItem), { } @@ -202,7 +202,7 @@ public: AString m_CustomName; AString m_Lore; - UInt16 m_RepairCost; + int m_RepairCost; cFireworkItem m_FireworkItem; }; // tolua_end |