From 9343efdd70ffadb2c1eeeb40bec21cfc2e0f7448 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 18 Sep 2009 17:31:44 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10719 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mgrow.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/mgrow.cc') diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc index 490c1ec308..c707f49ad8 100644 --- a/crawl-ref/source/mgrow.cc +++ b/crawl-ref/source/mgrow.cc @@ -142,8 +142,6 @@ void monsters::upgrade_type(monster_type after, bool adjust_hd, // An ugly thing is the only ghost demon monster that can level up. // If one has leveled up to a very ugly thing, upgrade it properly. - // - // XXX: There should be a better way to do this! if (type == MONS_VERY_UGLY_THING) { ghost->ugly_thing_to_very_ugly_thing(); -- cgit v1.2.3-54-g00ecf