summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
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;