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/ItemSeeds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/items/ItemSeeds.h') diff --git a/source/items/ItemSeeds.h b/source/items/ItemSeeds.h index d5f9244b2..bf0c38789 100644 --- a/source/items/ItemSeeds.h +++ b/source/items/ItemSeeds.h @@ -37,7 +37,7 @@ public: } } - virtual char GetBlockMeta(char a_ItemMeta) + virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override { return 0; //Not grown yet } -- cgit v1.2.3