From d9e7e6a02141f3c9a99aa96a2c818d4c8fbb3786 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 20 Apr 2008 23:01:53 +0000 Subject: And clean up the previous attempt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4423 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.h') diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h index a75b578458..bc42e311e3 100644 --- a/crawl-ref/source/spells1.h +++ b/crawl-ref/source/spells1.h @@ -54,7 +54,7 @@ char cast_lesser_healing(void); * called from: ability - spell * *********************************************************************** */ int cast_healing(int pow, int target_x = -1, int target_y = -1); -void cast_revitalisation(int pow); +bool cast_revitalisation(int pow); // last updated 24may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf