summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 09:35:43 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 09:35:43 +0000
commita2c0dbfcc93edcf9097e2e4454a738c3226b9d7c (patch)
treef335dc3bdf0e50bb326862c8e0c607ca2f3ecf58 /crawl-ref/source/output.cc
parent81c14da4f7098394b48907bd463c1c3a971f51c6 (diff)
downloadcrawl-ref-a2c0dbfcc93edcf9097e2e4454a738c3226b9d7c.tar.gz
crawl-ref-a2c0dbfcc93edcf9097e2e4454a738c3226b9d7c.zip
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
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
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<monster_pane_info>& 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;