From c7116e761c1805b3991509f50f87b89eaad3a857 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 6 Jun 2009 19:19:35 +0000 Subject: Apply r9904 to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9905 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/invent.h') 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 -- cgit v1.2.3-54-g00ecf