summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-09 19:10:25 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-09 19:10:25 +0000
commit7dc7b1ec82bb235dcdc9172ef979c78e21744a2c (patch)
treeee9bb486381efda07e0f2697c1e9781c1b5d823b /crawl-ref/source/invent.h
parent1a2b6ba98ba8ffd482ac94c4e7fa76910c446ffb (diff)
downloadcrawl-ref-7dc7b1ec82bb235dcdc9172ef979c78e21744a2c.tar.gz
crawl-ref-7dc7b1ec82bb235dcdc9172ef979c78e21744a2c.zip
Fixed 1612023: !d was not respected. Now dropping items with !d will
ask for confirmation for each item and abort multidrop if it receives a negative answer to anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@602 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 566bf42b44..d99150b9dc 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -190,4 +190,6 @@ void list_commands(bool wizard);
std::string item_class_name(int type, bool terse = false);
+bool check_warning_inscriptions(const item_def& item, operation_types oper);
+
#endif