summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-06 14:58:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-06 14:58:48 +0000
commit352e1992b4cfd3f84d5a694989507ec55059f5ea (patch)
treebe55e97d893ca4d541eb010b073ba4437a52a3ca /crawl-ref/source/output.cc
parent80eb89e2394df10b12fcc4d6b5294fc9f1b01af0 (diff)
downloadcrawl-ref-352e1992b4cfd3f84d5a694989507ec55059f5ea.tar.gz
crawl-ref-352e1992b4cfd3f84d5a694989507ec55059f5ea.zip
Apply Josh's monster list bug fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4079 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 694abeb71e..30734b8f91 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1117,6 +1117,7 @@ _print_next_monster_desc(const std::vector<monster_pane_info>& mons, int& start)
void update_monster_pane()
{
const int max_print = crawl_view.mlistsz.y;
+ textbackground(BLACK);
// Sadly, the defaults don't leave _any_ room for monsters :(
if (max_print <= 0)