diff options
Diffstat (limited to '')
-rw-r--r-- | source/Items/ItemSapling.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Items/ItemSapling.h b/source/Items/ItemSapling.h index b0c223f29..ed635d265 100644 --- a/source/Items/ItemSapling.h +++ b/source/Items/ItemSapling.h @@ -10,8 +10,8 @@ class cItemSaplingHandler : public cItemHandler
{
public:
- cItemSaplingHandler(int a_ItemID)
- : cItemHandler(a_ItemID)
+ cItemSaplingHandler(int a_ItemType)
+ : cItemHandler(a_ItemType)
{
}
|