summaryrefslogtreecommitdiffstats
path: root/source/items/Item.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-16 20:29:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-16 20:29:33 +0200
commit3eff1473553bf54acd1cff839ece0f1a91a372f1 (patch)
treec374a72e6dd0d0ac7109a1c7c054662044705731 /source/items/Item.cpp
parentFixed a compilation warning (diff)
downloadcuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.gz
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.bz2
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.lz
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.xz
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.zst
cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.zip
Diffstat (limited to '')
-rw-r--r--source/items/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/Item.cpp b/source/items/Item.cpp
index 5c978e8ed..e6129bbd2 100644
--- a/source/items/Item.cpp
+++ b/source/items/Item.cpp
@@ -212,7 +212,7 @@ BLOCKTYPE cItemHandler::GetBlockType()
return m_ItemID;
}
-char cItemHandler::GetBlockMeta(char a_ItemMeta)
+NIBBLETYPE cItemHandler::GetBlockMeta(char a_ItemMeta)
{
return a_ItemMeta; //This keeps most textures. The few other items have to override this
}