summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 22:23:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 22:23:08 +0000
commitadea2d8750ac5360b245473132baff8482ab1447 (patch)
tree412820ff2ac737e91a3ee88962164e5ee4b3177c /crawl-ref/source/monstuff.cc
parentd8a30df0a96f1da9ac1334f6c875d589620119c7 (diff)
downloadcrawl-ref-adea2d8750ac5360b245473132baff8482ab1447.tar.gz
crawl-ref-adea2d8750ac5360b245473132baff8482ab1447.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5090 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 63d9977776..3424850237 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1493,12 +1493,10 @@ static bool _is_poly_power_unsuitable(
}
}
-/*
- * if targetc == RANDOM_MONSTER then relpower indicates the desired
- * power of the new monster relative to the current monster.
- * Relaxation still takes effect when needed no matter what relpower
- * says.
- */
+// if targetc == RANDOM_MONSTER, then relpower indicates the desired
+// power of the new monster, relative to the current monster.
+// Relaxation still takes effect when needed, no matter what relpower
+// says.
bool monster_polymorph( monsters *monster, monster_type targetc,
poly_power_type power )
{