summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
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.