summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-21 21:50:55 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-21 22:22:54 -0800
commitb232c1bc260f956250c7f75f9b9fe4516410a97c (patch)
tree74b62780da6dbe2156b7688778e1d0ee756719c9 /crawl-ref/source/spl-cast.h
parentc54cc580ef092fa14345400a96c45e731f7d3bfc (diff)
downloadcrawl-ref-b232c1bc260f956250c7f75f9b9fe4516410a97c.tar.gz
crawl-ref-b232c1bc260f956250c7f75f9b9fe4516410a97c.zip
tiles: spell_list() now shows spell tiles
Also, spell_list() now always displays in tiles mode for tiles builds.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 9f5c658d86..83f56e8fc0 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -49,8 +49,7 @@ enum spret_type
typedef bool (*spell_selector)(spell_type spell, bool &grey);
int list_spells(bool toggle_with_I = true, bool viewing = false,
- int minRange = -1, spell_selector selector = NULL,
- bool text_only = true);
+ int minRange = -1, spell_selector selector = NULL);
int spell_fail( spell_type spell );
int calc_spell_power(spell_type spell, bool apply_intel,
bool fail_rate_chk = false, bool cap_power = true);