summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 01:54:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 01:54:39 +0000
commit4acb62332e1c2b0ae56093403d1d4b5465a8959a (patch)
tree34a021a51ecb40ffedfe9325a42be52b01d8f6a6 /crawl-ref/source/beam.cc
parent5e60d79907781f29d3afafdb641dfd00daf0c084 (diff)
downloadcrawl-ref-4acb62332e1c2b0ae56093403d1d4b5465a8959a.tar.gz
crawl-ref-4acb62332e1c2b0ae56093403d1d4b5465a8959a.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7544 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 b4acf98250..1e02aa2300 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2016,7 +2016,7 @@ int mons_adjust_flavoured(monsters *monster, bolt &pbolt, int hurted,
}
return (hurted);
-} // end mons_adjust_flavoured()
+}
static bool _monster_resists_mass_enchantment(monsters *monster,
enchant_type wh_enchant,
@@ -2143,7 +2143,7 @@ bool mass_enchantment( enchant_type wh_enchant, int pow, int origin,
canned_msg(MSG_NOTHING_HAPPENS);
return (msg_generated);
-} // end mass_enchantment()
+}
// Monster has probably failed save, now it gets enchanted somehow.
// * Returns MON_RESIST if monster is unaffected due to magic resist.
@@ -4910,7 +4910,7 @@ static void _explosion1(bolt &pbolt)
pbolt.ex_size = ex_size;
explosion( pbolt );
-} // end explosion1()
+}
#define MAX_EXPLOSION_RADIUS 9