summaryrefslogtreecommitdiffstats
path: root/source/items/Item.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/items/Item.h')
-rw-r--r--source/items/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/Item.h b/source/items/Item.h
index 0a38ce3c0..a465ae80a 100644
--- a/source/items/Item.h
+++ b/source/items/Item.h
@@ -39,7 +39,7 @@ public:
virtual bool IsPlaceable();
virtual BLOCKTYPE GetBlockType();
- virtual NIBBLETYPE GetBlockMeta(NIBBLETYPE a_ItemMeta);
+ virtual NIBBLETYPE GetBlockMeta(short a_ItemDamage);
virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID);