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 545712a4ef..e99d65181d 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -134,7 +134,8 @@ bool can_wield(item_def *weapon, bool say_why = false,
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool wield_weapon(bool auto_wield, int slot = -1, bool show_we_messages = true);
+bool wield_weapon(bool auto_wield, int slot = -1, bool show_we_messages = true,
+ bool force = false);
// last updated 12may2000 {dlb}