summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-09-28 16:16:00 -0400
committerNeil Moore <neil@s-z.org>2013-09-28 16:16:00 -0400
commit88141c34e0bfa257d58c9dbdd88c08011077e257 (patch)
tree26ca1bc8b29ddcb1d8af792feabf18f0740b3275 /crawl-ref/source/spl-cast.h
parentb49127b8329c717de1f04b6eb7094b4c9dcd591e (diff)
downloadcrawl-ref-88141c34e0bfa257d58c9dbdd88c08011077e257.tar.gz
crawl-ref-88141c34e0bfa257d58c9dbdd88c08011077e257.zip
Remove permarock from nicolae_slime_phagocytosis (78291)
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 7919e478ce..7fbefdcf60 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -56,7 +56,7 @@ typedef bool (*spell_selector)(spell_type spell);
int list_spells(bool toggle_with_I = true, bool viewing = false,
bool allow_preselect = true,
- string title = "Your Spells",
+ const string &title = "Your Spells",
spell_selector selector = NULL);
int spell_fail(spell_type spell);
int calc_spell_power(spell_type spell, bool apply_intel,