diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-11 16:23:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-11 16:23:03 +0300 |
commit | ae0ade61326aa52df63aeb7742133160b8c78047 (patch) | |
tree | b04c09807058b593949fe634098e73474a58589d /src/inventory.h | |
parent | 4a337b7a42d0c92bc2ed26b7e206188dc04c569d (diff) | |
download | plus-ae0ade61326aa52df63aeb7742133160b8c78047.tar.gz plus-ae0ade61326aa52df63aeb7742133160b8c78047.tar.bz2 plus-ae0ade61326aa52df63aeb7742133160b8c78047.tar.xz plus-ae0ade61326aa52df63aeb7742133160b8c78047.zip |
Add typed bool type Equipped.
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 d5045c941..575ee9f55 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -89,7 +89,7 @@ class Inventory final const Damaged damaged, const Favorite favorite, const Equipm equipment, - const bool equipped); + const Equipped equipped); /** * Sets the item at the given position. @@ -104,7 +104,7 @@ class Inventory final const Damaged damaged, const Favorite favorite, const Equipm equipment, - const bool equipped); + const Equipped equipped); void setCards(const int index, const int *const cards, |