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 1ea322128b..c86d698493 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -264,7 +264,7 @@ void cast_fire_storm(int pow, bolt &beam)
if (explosion(beam, false, false, true, true, false) > 0)
mpr("A raging storm of fire appears!");
- viewwindow(1, false);
+ viewwindow(true, false);
}
void cast_chain_lightning(int pow)