summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 07:38:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 07:38:51 +0000
commit0a6bc87537656c5af7f97e7115877297c2dd2c51 (patch)
tree3343075c84867c8accfaf153b110c77e5502ed2c /crawl-ref/source/beam.h
parented75755982223cdae25250804ccb76134324bab4 (diff)
downloadcrawl-ref-0a6bc87537656c5af7f97e7115877297c2dd2c51.tar.gz
crawl-ref-0a6bc87537656c5af7f97e7115877297c2dd2c51.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8954 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 48e77b0dd4..6b7bd85ff8 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -284,7 +284,7 @@ int mons_adjust_flavoured(monsters *monster, bolt &pbolt, int hurted,
bool enchant_monster_with_flavour(monsters* mon, actor *atk,
beam_type flavour, int powc = 0);
-// returns true if messages were generated during the enchantment
+// Return true if messages were generated during the enchantment.
bool mass_enchantment( enchant_type wh_enchant, int pow, int who,
int *m_succumbed = NULL, int *m_attempted = NULL );