From 214c798064a28a48126a6faf487303fab25b2dd7 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 25 Dec 2009 11:36:22 +0100 Subject: 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. --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') 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 -- cgit v1.2.3-54-g00ecf