summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index ac02f2e7fd..dcae744e65 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -840,7 +840,7 @@ namespace arena
void do_fight()
{
- viewwindow(true, false);
+ viewwindow(false);
mesclr(true);
{
cursor_control coff(false);
@@ -863,7 +863,7 @@ namespace arena
if ((turns++ % 100) == 0)
count_foes();
- viewwindow(true, false);
+ viewwindow(false);
unwind_var<coord_def> pos(you.position);
// Move hero offscreen.
you.position.y = -1;
@@ -881,7 +881,7 @@ namespace arena
dump_messages();
ASSERT(you.pet_target == MHITNOT);
}
- viewwindow(true, false);
+ viewwindow(false);
}
mesclr();