From b0e7dda3593b5e6022799727f3eb177fae3a5987 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 15 Mar 2009 16:25:56 +0000 Subject: * Tweak shop command help for Tiles. * Hook card descriptions into database. This is far from optimal at the moment, e.g. searching for the portal card returns the Portal spell as best match. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9497 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index c39774e896..88ffe247ae 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -182,8 +182,8 @@ static std::string _spell_extra_description(spell_type spell) int list_spells(bool toggle_with_I, bool viewing) { - ToggleableMenu spell_menu(MF_SINGLESELECT | MF_ANYPRINTABLE | - MF_ALWAYS_SHOW_MORE | MF_ALLOW_FORMATTING); + ToggleableMenu spell_menu(MF_SINGLESELECT | MF_ANYPRINTABLE + | MF_ALWAYS_SHOW_MORE | MF_ALLOW_FORMATTING); #ifdef USE_TILE { // [enne] - Hack. Make title an item so that it's aligned. -- cgit v1.2.3-54-g00ecf