From b232c1bc260f956250c7f75f9b9fe4516410a97c Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sat, 21 Nov 2009 21:50:55 -0800 Subject: tiles: spell_list() now shows spell tiles Also, spell_list() now always displays in tiles mode for tiles builds. --- crawl-ref/source/spl-cast.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-cast.h') 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); -- cgit v1.2.3-54-g00ecf