summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-21 17:30:19 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-21 17:30:19 +0000
commitdb6775f6fcf45e64dd1ed27568532a27f2acf11d (patch)
tree3a11b47d739854ff2d1e493ff8a960e5350f0fa9 /crawl-ref/source/item_use.h
parentd6e0b68b50226f511107801bb2c11f6b358fbbc7 (diff)
downloadcrawl-ref-db6775f6fcf45e64dd1ed27568532a27f2acf11d.tar.gz
crawl-ref-db6775f6fcf45e64dd1ed27568532a27f2acf11d.zip
2088461: identify Holy Wrath brand on failed wield.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6965 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index f97d3fcc21..2ddbad1423 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -123,7 +123,7 @@ struct item_def;
/* ***********************************************************************
* called from: food
* *********************************************************************** */
-bool can_wield(const item_def *weapon, bool say_why = false,
+bool can_wield(item_def *weapon, bool say_why = false,
bool ignore_temporary_disability = false);
// last updated 12may2000 {dlb}