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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 859f26e28d..e383ebccb6 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -951,7 +951,7 @@ beam_type _spell_to_beam_type(spell_type spell)
int _setup_evaporate_cast()
{
int rc = prompt_invent_item("Throw which potion?", MT_INVLIST, OBJ_POTIONS);
-
+
if (prompt_failed(rc))
{
rc = -1;
@@ -1144,7 +1144,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
return (SPRET_ABORT);
}
break;
-
+
// direct beams/bolts
case SPELL_MAGIC_DART:
if (!zapping(ZAP_MAGIC_DARTS, powc, beam, true))