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