1
0

Fixed compilation.

This commit is contained in:
Alexander Harkness 2014-10-11 18:39:46 +01:00
parent 93833069a8
commit 6af9d5ba01

View File

@ -18,7 +18,7 @@ public:
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
{
if (a_BlockMeta == E_META_STONE)
if (a_BlockMeta == E_META_STONE_STONE)
{
a_Pickups.push_back(cItem(E_BLOCK_COBBLESTONE, 1, 0));
return;