summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index a27f985417..f948ca0ff5 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2602,8 +2602,6 @@ bool mass_enchantment( enchant_type wh_enchant, int pow, int origin,
if (m_attempted)
*m_attempted = 0;
- viewwindow(false, false);
-
pow = std::min(pow, 200);
const kill_category kc = (origin == MHITYOU ? KC_YOU : KC_OTHER);