summaryrefslogtreecommitdiffstats
path: root/source/items/ItemSugarcane.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/items/ItemSugarcane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemSugarcane.h b/source/items/ItemSugarcane.h
index 515f94014..b79a3c6c7 100644
--- a/source/items/ItemSugarcane.h
+++ b/source/items/ItemSugarcane.h
@@ -27,7 +27,7 @@ public:
return E_BLOCK_SUGARCANE;
}
- virtual char GetBlockMeta(char a_ItemMeta)
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override
{
return 0; //Not grown yet
}