summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemShovel.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemShovel.h')
-rw-r--r--source/Items/ItemShovel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Items/ItemShovel.h b/source/Items/ItemShovel.h
index f5a65795a..f07820f8f 100644
--- a/source/Items/ItemShovel.h
+++ b/source/Items/ItemShovel.h
@@ -34,8 +34,8 @@ public:
return false;
}
- virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID) override
+ virtual bool CanHarvestBlock(BLOCKTYPE a_BlockType) override
{
- return a_BlockID == E_BLOCK_SNOW;
+ return a_BlockType == E_BLOCK_SNOW;
}
}; \ No newline at end of file