summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 22:05:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 22:05:53 +0000
commitd6f431bb5de6afdcbb2c80b9c238837e52fa2cb5 (patch)
tree723b77f90169e691db36b55f0669990c64c5f853 /crawl-ref/source/spells2.h
parent1369c022c2e037a3b78eb7f10f2f3df524370df3 (diff)
downloadcrawl-ref-d6f431bb5de6afdcbb2c80b9c238837e52fa2cb5.tar.gz
crawl-ref-d6f431bb5de6afdcbb2c80b9c238837e52fa2cb5.zip
Move summon_demon_type() to spells3.cc as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5613 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index e321d911eb..068378a2a5 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -159,7 +159,6 @@ bool cast_tukimas_dance(int pow, bool god_gift = false,
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool summon_demon_type(monster_type mon, int pow, bool god_gift = false);
bool summon_berserker(int pow, bool god_gift = false,
bool force_hostile = false);
bool summon_guardian(int pow, bool god_gift = false);