summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 1ef1bad677..f59a384931 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -69,7 +69,8 @@ void drink(int slot = -1);
bool elemental_missile_beam(int launcher_brand, int ammo_brand);
-bool safe_to_remove_or_wear(const item_def &item, bool remove);
+bool safe_to_remove_or_wear(const item_def &item, bool remove,
+ bool quiet = false);
// last updated 12may2000 {dlb}
/* ***********************************************************************