summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-07 21:43:23 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-07 21:43:23 -0500
commit1042d20ab3afce77921857c723258c08fdd89885 (patch)
tree2bfba89120b2d46efa8a82e002f906c86d4c90db /crawl-ref/source/branch.cc
parent8714cd06cd60b63c5ed7fa366a91c9452fb2f96d (diff)
downloadcrawl-ref-1042d20ab3afce77921857c723258c08fdd89885.tar.gz
crawl-ref-1042d20ab3afce77921857c723258c08fdd89885.zip
Add comment fix.
Diffstat (limited to 'crawl-ref/source/branch.cc')
-rw-r--r--crawl-ref/source/branch.cc6
1 files changed, 3 insertions, 3 deletions
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,