From ae0ade61326aa52df63aeb7742133160b8c78047 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Feb 2015 16:23:03 +0300 Subject: Add typed bool type Equipped. --- src/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cpp') 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), -- cgit v1.2.3-70-g09d2