diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index f4ee38324..be0f0aca9 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -93,6 +93,7 @@ class Inventory final const unsigned char color, const bool identified, const bool damaged, + const bool favorite, const bool equipment, const bool equipped); @@ -106,6 +107,7 @@ class Inventory final const unsigned char color, const bool identified, const bool damaged, + const bool favorite, const bool equipment, const bool equipped); |