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 e8fc4bf846..49d60e2df1 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
* *********************************************************************** */
-void dancing_weapon(int pow, bool force_hostile);
+bool dancing_weapon(int pow, bool force_hostile);
// updated 24may2000 {dlb}