From f8d69cbe96b1bcb39b90554800a60d99c0a596f7 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 9 Nov 2009 22:44:43 +0100 Subject: Remove option draw_it from viewwindow. The only use was just removed. Also move the draw check closer to where it's used. --- crawl-ref/source/l_crawl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/l_crawl.cc') 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); } -- cgit v1.2.3-54-g00ecf