summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/l_crawl.cc')
-rw-r--r--crawl-ref/source/l_crawl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc
index 7496a2f1c6..0918a9f099 100644
--- a/crawl-ref/source/l_crawl.cc
+++ b/crawl-ref/source/l_crawl.cc
@@ -618,7 +618,7 @@ LUAFN(_crawl_milestone)
LUAFN(_crawl_redraw_view)
{
- viewwindow(true, false);
+ viewwindow(false);
return (0);
}