diff options
Diffstat (limited to 'source/items/Item.cpp')
-rw-r--r-- | source/items/Item.cpp | 2 |
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
}
|