diff options
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp index bd4cb25de..276a2f49a 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -46,7 +46,7 @@ Item::Item(const int id, const Damaged damaged, const Favorite favorite, const Equipm equipment, - const bool equipped) : + const Equipped equipped) : mId(0), mColor(0), mQuantity(quantity), |