From 067410031057ffc9bdb36b976bc2a658b23acb1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Feb 2015 00:20:57 +0300 Subject: Add typed bool type Favorite. --- src/net/ea/inventoryitem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/inventoryitem.h') diff --git a/src/net/ea/inventoryitem.h b/src/net/ea/inventoryitem.h index dcd90b336..936e4a4ee 100644 --- a/src/net/ea/inventoryitem.h +++ b/src/net/ea/inventoryitem.h @@ -51,7 +51,7 @@ class InventoryItem final unsigned char color; Identified identified; Damaged damaged; - bool favorite; + Favorite favorite; bool equip; InventoryItem(const int slot0, @@ -63,7 +63,7 @@ class InventoryItem final const unsigned char color0, const Identified identified0, const Damaged damaged0, - const bool favorite0, + const Favorite favorite0, const bool equip0) : slot(slot0), id(id0), -- cgit v1.2.3-60-g2f50