From 1042d20ab3afce77921857c723258c08fdd89885 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 7 Oct 2009 21:43:23 -0500 Subject: Add comment fix. --- crawl-ref/source/branch.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc index 7a90464794..85d2632eee 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -187,9 +187,9 @@ Branch branches[] = { "Lair", "the Lair of Beasts", "Lair", NULL, true, true, GREEN, BROWN, // HACK to allow placement of - mons_lair_rare, mons_lair_level, // MONS_GASTRONOK. All other - NULL, NULL, NULL, NULL, // uniques are ignored. - 5, 'L', false, false }, + mons_lair_rare, mons_lair_level, // MONS_PRINCE_RIBBIT and + NULL, NULL, NULL, NULL, // MONS_GASTRONOK. All other + 5, 'L', false, false }, // uniques are ignored. { BRANCH_SWAMP, BRANCH_LAIR, 5, 3, BFLAG_ISLANDED, 0, DNGN_ENTER_SWAMP, DNGN_RETURN_FROM_SWAMP, -- cgit v1.2.3-54-g00ecf