summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 19:37:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 19:37:10 +0000
commite15cb03057e1f57801e01fdc3c6271e0736f4c79 (patch)
treec3834256e29774453a04233d853c66eb3f0960c4 /crawl-ref/source/spells2.h
parent4515a730159654ea04151f11841bd47c60940b0e (diff)
downloadcrawl-ref-e15cb03057e1f57801e01fdc3c6271e0736f4c79.tar.gz
crawl-ref-e15cb03057e1f57801e01fdc3c6271e0736f4c79.zip
Convert the shadow- and spatial vortex-summoning routines to use power
values, in case they're ever used elsewhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5670 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index eea2a1e549..5716d35098 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -152,7 +152,7 @@ bool summon_daeva(int pow, bool god_gift = false);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-bool summon_spatial_vortices(int how_many, bool god_gift = false);
+bool summon_spatial_vortices(int pow, bool god_gift = false);
bool summon_animals(int pow);