From 6fb3fad32735b161cd4a37dde5b66ddcabe1a294 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 19 May 2008 16:16:46 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5126 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index 9d04a2e73b..6e0b8d4838 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -1805,8 +1805,8 @@ int mons_adjust_flavoured( monsters *monster, bolt &pbolt, break; case BEAM_ICE: - /* ice - about 50% of damage is cold, other 50% is impact and - can't be resisted (except by AC, of course) */ + // ice - about 50% of damage is cold, other 50% is impact and + // can't be resisted (except by AC, of course) hurted = resist_adjust_damage(monster, pbolt.flavour, monster->res_cold(), hurted, true); @@ -1847,7 +1847,7 @@ int mons_adjust_flavoured( monsters *monster, bolt &pbolt, break; default: break; - } /* end of switch */ + } // end of switch if (pbolt.name == "hellfire") { @@ -1879,7 +1879,7 @@ int mons_adjust_flavoured( monsters *monster, bolt &pbolt, simple_monster_message(monster, " is burned terribly!"); } - hurted *= 12; /* hellfire */ + hurted *= 12; // hellfire hurted /= 10; } } -- cgit v1.2.3-54-g00ecf