summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
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 74fdbcddd1..ef6560071e 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -83,7 +83,7 @@ bool project_noise(void);
* called from: religion - spell
* *********************************************************************** */
bool dancing_weapon(int pow, bool force_hostile = false,
- bool quiet_fail = false);
+ bool quiet_failure = false);
// updated 24may2000 {dlb}