summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:22:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:22:35 +0000
commitc1bcbec614c07a816debe3a6e1a67baeb84712e0 (patch)
tree763edba3e6f39426f088fced6df0263852c41262 /crawl-ref/source/spells2.h
parent2ee0afe954a7c72856fd5f0f7d3080012638bb98 (diff)
downloadcrawl-ref-c1bcbec614c07a816debe3a6e1a67baeb84712e0.tar.gz
crawl-ref-c1bcbec614c07a816debe3a6e1a67baeb84712e0.zip
Consolidate the (single) spatial vortex-summoning routines, and add more
minor cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5667 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index d1abd1a22f..356d1cbb02 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -152,7 +152,8 @@ bool summon_daeva(int pow, bool god_gift = false);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void summon_animals(int pow);
+bool summon_spatial_vortex(bool god_gift = false);
+bool summon_animals(int pow);
// last updated 24may2000 {dlb}