From a2c0dbfcc93edcf9097e2e4454a738c3226b9d7c Mon Sep 17 00:00:00 2001 From: pauldubois Date: Tue, 15 Apr 2008 09:35:43 +0000 Subject: Don't bottom-justify list, since we've decided not to try to share the status indicator space with the monster list. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4240 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 098fab8ca7..05a994b1fe 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -1159,7 +1159,7 @@ _print_next_monster_desc(const std::vector& mons, int& start) textcolor(LIGHTGREY); } -#define BOTTOM_JUSTIFY_MONSTER_LIST 1 +#define BOTTOM_JUSTIFY_MONSTER_LIST 0 void update_monster_pane() { const int max_print = crawl_view.mlistsz.y; -- cgit v1.2.3-54-g00ecf