From f3f7879c48fe8e202c3519cd465225645949167e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Feb 2015 13:44:10 +0300 Subject: Add typed bool type Identified. --- src/inventory.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index e09fbb673..5e36503f5 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -24,6 +24,7 @@ #define INVENTORY_H #include "enums/inventorytype.h" +#include "enums/simpletypes.h" #include "enums/being/gender.h" @@ -84,7 +85,7 @@ class Inventory final const int quantity, const uint8_t refine, const unsigned char color, - const bool identified, + const Identified identified, const bool damaged, const bool favorite, const bool equipment, @@ -99,7 +100,7 @@ class Inventory final const int quantity, const uint8_t refine, const unsigned char color, - const bool identified, + const Identified identified, const bool damaged, const bool favorite, const bool equipment, -- cgit v1.2.3-60-g2f50