summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-06 19:19:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-06 19:19:35 +0000
commitc7116e761c1805b3991509f50f87b89eaad3a857 (patch)
tree06aec90cff3983dff786681477bd62e44eec6ba3 /crawl-ref/source/invent.h
parentd73eb4aaefb38e2aac5a8b20ed5da7619526c034 (diff)
downloadcrawl-ref-c7116e761c1805b3991509f50f87b89eaad3a857.tar.gz
crawl-ref-c7116e761c1805b3991509f50f87b89eaad3a857.zip
Apply r9904 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9905 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 2f64cf9d59..8f94ef26a7 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -235,6 +235,6 @@ void init_item_sort_comparators(item_sort_comparators &list,
bool prompt_failed(int retval, std::string msg = "");
bool item_is_evokable(const item_def &item, bool known = false,
- bool msg = false);
+ bool all_wands = false, bool msg = false);
#endif