summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockOre.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockOre.h')
-rw-r--r--source/blocks/BlockOre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockOre.h b/source/blocks/BlockOre.h
index d1714f1af..4788c9b89 100644
--- a/source/blocks/BlockOre.h
+++ b/source/blocks/BlockOre.h
@@ -26,7 +26,7 @@ public:
}
}
- virtual char GetDropMeta(char a_Meta) override
+ virtual NIBBLETYPE GetDropMeta(NIBBLETYPE a_Meta) override
{
switch(m_BlockID)
{