summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 6232299752..99600a548c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -619,6 +619,7 @@ enum command_type
CMD_LIST_WEAPONS,
CMD_LIST_ARMOUR,
CMD_LIST_JEWELLERY,
+ CMD_LIST_EQUIPMENT,
CMD_ZAP_WAND,
CMD_CAST_SPELL,
CMD_MEMORISE_SPELL,
@@ -2794,7 +2795,8 @@ enum object_selector
{
OSEL_ANY = -1,
OSEL_WIELD = -2,
- OSEL_UNIDENT = -3
+ OSEL_UNIDENT = -3,
+ OSEL_EQUIP = -4
};
enum operation_types