summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorJon Knapp <thann@linux.com>2012-07-05 04:18:27 -0700
committerNeil Moore <neil@s-z.org>2012-07-05 15:57:23 -0400
commit4197758ce9691fafa0868a9f6f3f88f93dc75148 (patch)
tree9a2453dff008e174630ab50ae4d696760db9832f /crawl-ref/source/invent.h
parent8c74ad2ccdba064df38e27ddd9678c3cfa7519d3 (diff)
downloadcrawl-ref-4197758ce9691fafa0868a9f6f3f88f93dc75148.tar.gz
crawl-ref-4197758ce9691fafa0868a9f6f3f88f93dc75148.zip
Make the autopickup menu less hackish.
Ctrl-D and comma no longer exit and re-enter the menu. Also, use '^' rather than ',' for reset-all-to-default.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 6156ddba9f..99c937f926 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -176,6 +176,7 @@ protected:
const std::vector<SelItem> *pre_select;
invtitle_annotator title_annotate;
+ std::string temp_title;
};
bool any_items_to_select(int type_expect, bool msg = false, int excluded_slot = -1);