summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 16:25:56 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 16:25:56 +0000
commitb0e7dda3593b5e6022799727f3eb177fae3a5987 (patch)
tree4d87a243e4c1ac9c80c2c847751a668d3d66285e /crawl-ref/source/spl-cast.cc
parent66a704276821c4400a67aede782c580e1992bddd (diff)
downloadcrawl-ref-b0e7dda3593b5e6022799727f3eb177fae3a5987.tar.gz
crawl-ref-b0e7dda3593b5e6022799727f3eb177fae3a5987.zip
* 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
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc4
1 files changed, 2 insertions, 2 deletions
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.