From 4a337b7a42d0c92bc2ed26b7e206188dc04c569d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Feb 2015 12:16:03 +0300 Subject: Add typed bool type Equipm. --- src/net/ea/inventoryitem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea') diff --git a/src/net/ea/inventoryitem.h b/src/net/ea/inventoryitem.h index 936e4a4ee..bd2d115cd 100644 --- a/src/net/ea/inventoryitem.h +++ b/src/net/ea/inventoryitem.h @@ -52,7 +52,7 @@ class InventoryItem final Identified identified; Damaged damaged; Favorite favorite; - bool equip; + Equipm equip; InventoryItem(const int slot0, const int id0, @@ -64,7 +64,7 @@ class InventoryItem final const Identified identified0, const Damaged damaged0, const Favorite favorite0, - const bool equip0) : + Equipm equip0) : slot(slot0), id(id0), type(type0), -- cgit v1.2.3-70-g09d2