summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemSword.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemSword.h')
-rw-r--r--source/Items/ItemSword.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Items/ItemSword.h b/source/Items/ItemSword.h
index 4eec4c5a0..327c39a40 100644
--- a/source/Items/ItemSword.h
+++ b/source/Items/ItemSword.h
@@ -8,8 +8,8 @@
class cItemSwordHandler : public cItemHandler
{
public:
- cItemSwordHandler(int a_ItemID)
- : cItemHandler(a_ItemID)
+ cItemSwordHandler(int a_ItemType)
+ : cItemHandler(a_ItemType)
{
}