summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-23 22:44:56 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-23 22:44:56 -0500
commit91d8f3e775739f04881167b6973e2f6cff536e64 (patch)
tree0ac7d6c5e78e77aee106e22023a32f3bf3cd96ee /crawl-ref/source/spl-summoning.h
parentb2c003ebf028fe6caa7a9eedef23953a933157c7 (diff)
downloadcrawl-ref-91d8f3e775739f04881167b6973e2f6cff536e64.tar.gz
crawl-ref-91d8f3e775739f04881167b6973e2f6cff536e64.zip
Tweak cast_shadow_creatures() to make better use of default values.
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 819b02bab7..1d27b50ae1 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -48,7 +48,8 @@ spret_type cast_summon_demon(int pow, god_type god = GOD_NO_GOD,
bool fail = false);
spret_type cast_demonic_horde(int pow, god_type god, bool fail);
spret_type cast_summon_greater_demon(int pow, god_type god, bool fail);
-spret_type cast_shadow_creatures(god_type god, bool fail, bool scroll = false);
+spret_type cast_shadow_creatures(bool scroll = false,
+ god_type god = GOD_NO_GOD, bool fail = false);
spret_type cast_summon_horrible_things(int pow, god_type god, bool fail);
bool can_cast_malign_gateway();
spret_type cast_malign_gateway(actor* caster, int pow,