summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2e093a05f0..fc8e5e032b 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2109,13 +2109,13 @@ void exercise_spell( spell_type spell, bool spc, bool success )
if (exer_norm)
did_god_conduct( DID_SPELL_PRACTISE, exer_norm );
-} // end exercise_spell()
+}
static bool _send_abyss(const char *cause)
{
if (you.level_type != LEVEL_ABYSS)
{
- you.banish(cause? cause : "");
+ you.banish(cause ? cause : "");
return (true);
}
else