From 4acb62332e1c2b0ae56093403d1d4b5465a8959a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 23 Nov 2008 01:54:39 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7544 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 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 -- cgit v1.2.3-54-g00ecf