summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index ac58610c62..2f64cf9d59 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -22,15 +22,14 @@ enum object_selector
OSEL_WIELD = -2,
OSEL_UNIDENT = -3,
OSEL_EQUIP = -4,
- OSEL_MEMORISE = -5,
- OSEL_RECHARGE = -6,
- OSEL_ENCH_ARM = -7,
- OSEL_VAMP_EAT = -8,
- OSEL_DRAW_DECK = -9,
- OSEL_THROWABLE = -10,
- OSEL_BUTCHERY = -11,
- OSEL_EVOKABLE = -12,
- OSEL_WORN_ARMOUR = -13
+ OSEL_RECHARGE = -5,
+ OSEL_ENCH_ARM = -6,
+ OSEL_VAMP_EAT = -7,
+ OSEL_DRAW_DECK = -8,
+ OSEL_THROWABLE = -9,
+ OSEL_BUTCHERY = -10,
+ OSEL_EVOKABLE = -11,
+ OSEL_WORN_ARMOUR = -12
};
#define PROMPT_ABORT -1