From 3eff1473553bf54acd1cff839ece0f1a91a372f1 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 16 Jul 2012 18:29:33 +0000 Subject: Changed GetBlockMeta to return NIBBLETYPE instead of char git-svn-id: http://mc-server.googlecode.com/svn/trunk@675 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/items/Item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/items/Item.h') diff --git a/source/items/Item.h b/source/items/Item.h index e63ec2fc4..f0dcfd415 100644 --- a/source/items/Item.h +++ b/source/items/Item.h @@ -24,7 +24,7 @@ public: virtual bool IsPlaceable(); virtual BLOCKTYPE GetBlockType(); - virtual char GetBlockMeta(char a_ItemMeta); + virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override; virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID); -- cgit v1.2.3