From 226ae1870c81e98670a2a79c436e26846f0698fb Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 05:28:32 +0000 Subject: 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 --- crawl-ref/source/spells2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') 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} -- cgit v1.2.3-54-g00ecf