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/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 2768394649..552984f20c 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -284,7 +284,7 @@ void cast_fire_storm(int pow, bolt &beam) if (beam.explode(false)) mpr("A raging storm of fire appears!"); - viewwindow(true, false); + viewwindow(false); } // No setup/cast split here as monster hellfire is completely different. -- cgit v1.2.3-54-g00ecf