From d6f431bb5de6afdcbb2c80b9c238837e52fa2cb5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 22:05:53 +0000 Subject: 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 --- crawl-ref/source/spells2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') 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); -- cgit v1.2.3-54-g00ecf