summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-21 12:47:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-21 12:47:15 +0200
commitb35ddcec3c65922f87eb6737516f1bd4c35b4652 (patch)
treeb46b9bb558be2794cba0eb660eed5cebdd73c6f6 /crawl-ref/source/branch-data.h
parent600186514c101a76cea2c88019c9d6fabdae0c24 (diff)
downloadcrawl-ref-b35ddcec3c65922f87eb6737516f1bd4c35b4652.tar.gz
crawl-ref-b35ddcec3c65922f87eb6737516f1bd4c35b4652.zip
Properly set the enums for proper hell branch exits.
This is mostly to let us more easily assert the existence of a portal back home, although it has a side effect: there's only one entry.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 5900a28c39..c74dd40a83 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -142,7 +142,7 @@ const Branch branches[NUM_BRANCHES] =
{ BRANCH_DIS, BRANCH_VESTIBULE_OF_HELL, 1, 1, 7, 28,
BFLAG_ISLANDED | BFLAG_NO_ITEMS, 0,
- DNGN_ENTER_DIS, NUM_FEATURES,
+ DNGN_ENTER_DIS, DNGN_ENTER_HELL,
"Dis", "the Iron City of Dis", "Dis",
NULL,
false, CYAN, BROWN,
@@ -150,7 +150,7 @@ const Branch branches[NUM_BRANCHES] =
{ BRANCH_GEHENNA, BRANCH_VESTIBULE_OF_HELL, 1, 1, 7, 28,
BFLAG_ISLANDED | BFLAG_NO_ITEMS, 0,
- DNGN_ENTER_GEHENNA, NUM_FEATURES,
+ DNGN_ENTER_GEHENNA, DNGN_ENTER_HELL,
"Gehenna", "Gehenna", "Geh",
NULL,
false, BROWN, RED,
@@ -158,7 +158,7 @@ const Branch branches[NUM_BRANCHES] =
{ BRANCH_COCYTUS, BRANCH_VESTIBULE_OF_HELL, 1, 1, 7, 28,
BFLAG_ISLANDED | BFLAG_NO_ITEMS, 0,
- DNGN_ENTER_COCYTUS, NUM_FEATURES,
+ DNGN_ENTER_COCYTUS, DNGN_ENTER_HELL,
"Cocytus", "Cocytus", "Coc",
NULL,
false, LIGHTBLUE, LIGHTCYAN,
@@ -166,7 +166,7 @@ const Branch branches[NUM_BRANCHES] =
{ BRANCH_TARTARUS, BRANCH_VESTIBULE_OF_HELL, 1, 1, 7, 28,
BFLAG_ISLANDED | BFLAG_NO_ITEMS, 0,
- DNGN_ENTER_TARTARUS, NUM_FEATURES,
+ DNGN_ENTER_TARTARUS, DNGN_ENTER_HELL,
"Tartarus", "Tartarus", "Tar",
NULL,
false, MAGENTA, MAGENTA,