summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 3e1ac00721..4c15a594a5 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -736,7 +736,8 @@ bool cast_a_spell(bool check_range)
// markers for about half a second.
Options.target_range = _calc_spell_range(spell);
viewwindow(true, false);
- mpr("There are no visible monsters within range! (Use <w>Z</w> to cast anyway.)");
+ mpr("There are no visible monsters within range! (Use <w>Z</w> to "
+ "cast anyway.)");
delay(500);
Options.target_range = 0;
viewwindow(true, false);