From 70ef1ea677bab58582af75d7835eb4c925c7e15f Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 23 May 2008 00:18:06 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5185 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/beam.cc') 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) { -- cgit v1.2.3-54-g00ecf