diff options
Diffstat (limited to 'source/Items/ItemSugarcane.h')
-rw-r--r-- | source/Items/ItemSugarcane.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Items/ItemSugarcane.h b/source/Items/ItemSugarcane.h index 4fdf43428..60b6ff262 100644 --- a/source/Items/ItemSugarcane.h +++ b/source/Items/ItemSugarcane.h @@ -12,8 +12,8 @@ class cItemSugarcaneHandler : public cItemHandler
{
public:
- cItemSugarcaneHandler(int a_ItemID)
- : cItemHandler(a_ItemID)
+ cItemSugarcaneHandler(int a_ItemType)
+ : cItemHandler(a_ItemType)
{
}
|