summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-06 19:49:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-06 19:49:22 +0000
commitbb89f09079ee338fcad2d2faa6c7789dda52aec9 (patch)
treea511da72257bd846226b6e57d507e7e86c2625b5 /crawl-ref
parent330032c4329842cdbfd5e0cde77a242f3fb11016 (diff)
downloadcrawl-ref-bb89f09079ee338fcad2d2faa6c7789dda52aec9.tar.gz
crawl-ref-bb89f09079ee338fcad2d2faa6c7789dda52aec9.zip
Apply trunk r9907 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9908 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/invent.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index fa1bce224d..834527fc5a 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -326,7 +326,9 @@ InvMenu::InvMenu(int mflags)
: Menu(mflags, "inventory", false), type(MT_INVLIST), pre_select(NULL),
title_annotate(NULL)
{
+#ifdef USE_TILE
if (Options.tile_menu_icons)
+#endif
mdisplay->set_num_columns(2);
}