summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgrow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mgrow.cc')
-rw-r--r--crawl-ref/source/mgrow.cc2
1 files changed, 0 insertions, 2 deletions
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();