summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 14:22:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 14:22:37 +0000
commit5c11aa826362472888cf1fa2a323f3afcf663f0f (patch)
tree9b0255e1c353e27ad8edef0dae097a60a9797a67 /crawl-ref/source/spells3.h
parent5ef634172fcd1009c78e957f6ddae4e99b0eb230 (diff)
downloadcrawl-ref-5c11aa826362472888cf1fa2a323f3afcf663f0f.tar.gz
crawl-ref-5c11aa826362472888cf1fa2a323f3afcf663f0f.zip
Add a parameter to dancing_weapon() to allow not displaying the failure
messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4761 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 49d60e2df1..44636eb093 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -82,7 +82,7 @@ bool project_noise(void);
/* ***********************************************************************
* called from: religion - spell
* *********************************************************************** */
-bool dancing_weapon(int pow, bool force_hostile);
+bool dancing_weapon(int pow, bool force_hostile, bool silent = false);
// updated 24may2000 {dlb}