summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-22 05:11:29 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-22 05:11:29 +0200
commit81fc2edf2e53296c87dffd49865d99f81620ce43 (patch)
tree68bc942da6cd602a0a312677b0f34658f7b82897 /crawl-ref/source/spl-util.h
parent00e6c84ba6fe603d5f8d49aa7bd405543f3a11e6 (diff)
downloadcrawl-ref-81fc2edf2e53296c87dffd49865d99f81620ce43.tar.gz
crawl-ref-81fc2edf2e53296c87dffd49865d99f81620ce43.zip
Remove an unused and misleading argument.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index ad17d0ee7c..6d8105ae8a 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -67,8 +67,7 @@ int spell_hunger(spell_type which_spell, bool rod = false);
int spell_mana(spell_type which_spell);
int spell_difficulty(spell_type which_spell);
int spell_power_cap(spell_type spell);
-int spell_range(spell_type spell, int pow, bool real_cast,
- bool player_spell=true);
+int spell_range(spell_type spell, int pow, bool player_spell = true);
int spell_noise(spell_type spell);
int spell_noise(unsigned int disciplines, int level);