summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
commita8d638664c1066411b026ca06838b169984e078d (patch)
tree30fc8a958e2d63be10030c9685fb946c8f0a502a /crawl-ref/source/spells2.h
parent95e59f96be707defda5bc535d5e72b2f96fc0b21 (diff)
downloadcrawl-ref-a8d638664c1066411b026ca06838b169984e078d.tar.gz
crawl-ref-a8d638664c1066411b026ca06838b169984e078d.zip
Reorganize again, and move cast_summon_wraiths() to spells3.cc, since
it's a necromantic spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5604 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 f7204a2b65..7be870b8d9 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -162,7 +162,6 @@ bool cast_demonic_horde(int pow, bool god_gift = false);
bool cast_summon_ice_beast(int pow, bool god_gift = false);
bool cast_summon_ugly_thing(int pow, bool god_gift = false);
bool cast_summon_greater_demon(int pow, bool god_gift = false);
-bool cast_summon_wraiths(int pow, bool god_gift = false);
bool cast_summon_dragon(int pow, bool god_gift = false);
bool cast_conjure_ball_lightning(int pow, bool god_gift = false);