summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 03:24:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 03:24:42 +0000
commit35180d844ba8e0177c6d214358453e8e81c07082 (patch)
tree0aa0fa621fa5b89632f5af5a8db41427e83c21a1 /crawl-ref/source/spl-cast.cc
parent638cb3ff6c0370a8b4ab3524b2e905ae6269e329 (diff)
downloadcrawl-ref-35180d844ba8e0177c6d214358453e8e81c07082.tar.gz
crawl-ref-35180d844ba8e0177c6d214358453e8e81c07082.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5520 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 7ddf9f07b9..74ed682f28 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2062,7 +2062,7 @@ spret_type your_spells( spell_type spell, int powc, bool allow_fail )
_spellcasting_side_effects(spell);
return (SPRET_SUCCESS);
-} // end your_spells()
+}
void exercise_spell( spell_type spell, bool spc, bool success )
{