From 5059f548248efbc905c16a7cfbaa41d98c30dcb0 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 16 Nov 2009 17:37:57 +0100 Subject: Make some viewwindow show update requirements explicit, remove others. --- crawl-ref/source/directn.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index 4293da9428..ba02499131 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -1516,7 +1516,7 @@ void direction(dist& moves, targetting_type restricts, // To update visual branding of friendlies. Only // seems capabable of adding bolding, not removing it, // though. - viewwindow(false); + viewwindow(false, true); } break; @@ -1668,7 +1668,7 @@ void direction(dist& moves, targetting_type restricts, if (need_beam_redraw) { #ifndef USE_TILE - viewwindow(false); + viewwindow(false, false); #endif if (show_beam && have_beam) { @@ -1704,7 +1704,7 @@ void direction(dist& moves, targetting_type restricts, #endif } #ifdef USE_TILE - viewwindow(false); + viewwindow(false, false); #endif } skip_iter = false; // Only skip one iteration at most. -- cgit v1.2.3-54-g00ecf