summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 00:18:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 00:18:06 +0000
commit70ef1ea677bab58582af75d7835eb4c925c7e15f (patch)
tree8351db89f0aaceff3fd2d42cbedd2af3222c5982 /crawl-ref/source/beam.cc
parentf91be6a2f75a489fbacbeb147d67186ff9249a1e (diff)
downloadcrawl-ref-70ef1ea677bab58582af75d7835eb4c925c7e15f.tar.gz
crawl-ref-70ef1ea677bab58582af75d7835eb4c925c7e15f.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5185 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index e991debc23..9ce54bb120 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -5410,13 +5410,13 @@ static void _explosion_map( bolt &beam, int x, int y,
}
}
-// returns true if the beam is harmful (ignoring monster
+// Returns true if the beam is harmful (ignoring monster
// resists) -- mon is given for 'special' cases where,
// for example, "Heal" might actually hurt undead, or
// "Holy Word" being ignored by holy monsters, etc.
//
-// only enchantments should need the actual monster type
-// to determine this; non-enchantments are pretty
+// Only enchantments should need the actual monster type
+// to determine this; non-enchantments are pretty
// straightforward.
bool nasty_beam(monsters *mon, bolt &beam)
{