From c83d4988ae17e5bfebd5e91812a8404c3cc79346 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 9 Jun 2008 18:58:11 +0000 Subject: Consolidate the shadow- and vortex-summoning routines some more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5668 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 356d1cbb02..eea2a1e549 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_vortex(bool god_gift = false); +bool summon_spatial_vortices(int how_many, bool god_gift = false); bool summon_animals(int pow); -- cgit v1.2.3-54-g00ecf