summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:07:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:07:21 +0000
commit6d9c0a98182ec97151698c33e8139b3c812be734 (patch)
treef99d5193a6b5bac1ca4caba790c9975e34fb216c /crawl-ref/source/spells2.h
parent3900b6c5eabe702baa7d02d77945503cbf7e92ef (diff)
downloadcrawl-ref-6d9c0a98182ec97151698c33e8139b3c812be734.tar.gz
crawl-ref-6d9c0a98182ec97151698c33e8139b3c812be734.zip
Add a few more spell cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4379 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 890d04b8f5..fead7c715c 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -59,8 +59,8 @@ int corpse_rot(int power);
/* ***********************************************************************
* called from: it_use3 - spell
* *********************************************************************** */
-int summon_elemental(int pow, int restricted_type, unsigned char unfriendly);
-
+bool summon_elemental(int pow, int restricted_type,
+ unsigned char unfriendly);
struct dist;
// last updated 24may2000 {dlb}