From 4fa98a2fc0bdc9ce571af9f1e839efe6382e1fe6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 6 Jun 2009 19:48:48 +0000 Subject: Fix non-tiles build. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9907 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc index 4d7d7f0e35..46b137879c 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); } -- cgit v1.2.3-54-g00ecf