summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-25 11:36:22 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-25 11:36:22 +0100
commit214c798064a28a48126a6faf487303fab25b2dd7 (patch)
treec4fb3745f80ff61fd3ec25c6a85fbab527b41bd0 /crawl-ref/source/enum.h
parente711d4b1bb15d82886af6fbf557d63e74f2b5fd0 (diff)
downloadcrawl-ref-214c798064a28a48126a6faf487303fab25b2dd7.tar.gz
crawl-ref-214c798064a28a48126a6faf487303fab25b2dd7.zip
Add new inventory menu type for item knowledge.
This means the knowledge menu is not affected by the main inventory sort options. In particular, this fixes item knowledge sort order breaking down once you know a lot of items of a given type.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 322a67c270..61dbeb3b2f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1590,8 +1590,8 @@ enum menu_type
MT_INVLIST, // List inventory
MT_DROP,
-
- MT_PICKUP
+ MT_PICKUP,
+ MT_KNOW
};
enum mon_holy_type