summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 03:26:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 03:26:09 +0000
commitda2bfae4d158f57ebb3f4f6d07c54cb7cbd85ba2 (patch)
tree6c9b5aa2a935bee8f2b3e6c00d16058f83400a25 /crawl-ref/source/spells2.h
parent634ae7d7866440f61bf6d965f4138deb97d1159d (diff)
downloadcrawl-ref-da2bfae4d158f57ebb3f4f6d07c54cb7cbd85ba2.tar.gz
crawl-ref-da2bfae4d158f57ebb3f4f6d07c54cb7cbd85ba2.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6100 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 8cd5b9cfb9..3f7a3a32d3 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -156,7 +156,7 @@ bool summon_daeva(int pow, god_type god = GOD_NO_GOD, bool quiet = false);
* called from: ability - religion - spell
* *********************************************************************** */
bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
- bool force_hostile = false, bool quiet_failure = false);
+ bool force_hostile = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************