summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.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/menu.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/menu.cc')
-rw-r--r--crawl-ref/source/menu.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/menu.cc b/crawl-ref/source/menu.cc
index f760fd2c13..277f6f0bac 100644
--- a/crawl-ref/source/menu.cc
+++ b/crawl-ref/source/menu.cc
@@ -118,11 +118,7 @@ Menu::Menu( const formatted_string &fs )
select_filter(), highlighter(new MenuHighlighter), num(-1),
lastch(0), alive(false), last_selected(-1)
{
-#ifdef USE_TILE
- mdisplay = new MenuDisplayText(this);
-#else
mdisplay = new MenuDisplayText(this);
-#endif
mdisplay->set_num_columns(1);
int colour = LIGHTGREY;