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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 231535c467..c8fac012cf 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -182,7 +182,8 @@ int prompt_invent_item( const char *prompt,
const char other_valid_char = '\0',
int excluded_slot = -1,
int *const count = NULL,
- operation_types oper = OPER_ANY );
+ operation_types oper = OPER_ANY,
+ bool allow_list_known = false );
std::vector<SelItem> select_items(
const std::vector<const item_def*> &items,