diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-10 23:26:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-10 23:26:53 +0300 |
commit | b81f22b9ca68675d16fa2263b89d7dd0d179ef45 (patch) | |
tree | 7a4554927636a77d5233ceffc1814eee1fdd3578 /src/inventory.h | |
parent | f3f7879c48fe8e202c3519cd465225645949167e (diff) | |
download | mv-b81f22b9ca68675d16fa2263b89d7dd0d179ef45.tar.gz mv-b81f22b9ca68675d16fa2263b89d7dd0d179ef45.tar.bz2 mv-b81f22b9ca68675d16fa2263b89d7dd0d179ef45.tar.xz mv-b81f22b9ca68675d16fa2263b89d7dd0d179ef45.zip |
Add typed bool type Damaged.
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inventory.h b/src/inventory.h index 5e36503f5..4225fc2ae 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -86,7 +86,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const Identified identified, - const bool damaged, + const Damaged damaged, const bool favorite, const bool equipment, const bool equipped); @@ -101,7 +101,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const Identified identified, - const bool damaged, + const Damaged damaged, const bool favorite, const bool equipment, const bool equipped); |