diff options
Diffstat (limited to 'source/Items/ItemCloth.h')
-rw-r--r-- | source/Items/ItemCloth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Items/ItemCloth.h b/source/Items/ItemCloth.h index 5de064397..f6e2c1906 100644 --- a/source/Items/ItemCloth.h +++ b/source/Items/ItemCloth.h @@ -11,8 +11,8 @@ class cItemClothHandler : public cItemHandler
{
public:
- cItemClothHandler(int a_ItemID)
- : cItemHandler(a_ItemID)
+ cItemClothHandler(int a_ItemType)
+ : cItemHandler(a_ItemType)
{
}
|