summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:28:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:28:32 +0000
commit226ae1870c81e98670a2a79c436e26846f0698fb (patch)
treec57be972a005560b9169b5b84ee00f27d89d5989 /crawl-ref/source/spells2.h
parente104efe7e42dbd793859761d7508f68f70bb1bca (diff)
downloadcrawl-ref-226ae1870c81e98670a2a79c436e26846f0698fb.tar.gz
crawl-ref-226ae1870c81e98670a2a79c436e26846f0698fb.zip
Clean up vampiric_drain() a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5586 c06c8d41-db1a-0410-9941-cceddc491573
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}