summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index b99e6273d3..88b097b9cb 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -68,7 +68,7 @@ struct dist;
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-int vampiric_drain(int pow, const dist &);
+bool vampiric_drain(int pow, const dist &vmove);
// last updated 24may2000 {dlb}