summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 14:48:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 14:48:57 +0000
commit31d689b8a618f671f7ef6bf3e3270d471853c26f (patch)
tree92f2d171571d7e9c9548f67713983c56cf15374f /crawl-ref/source/enum.h
parent813bc92e90744f4deaa16d37abb6d0806c937be3 (diff)
downloadcrawl-ref-31d689b8a618f671f7ef6bf3e3270d471853c26f.tar.gz
crawl-ref-31d689b8a618f671f7ef6bf3e3270d471853c26f.zip
Outsource more speech:
* Beogh's rants on destroying one of his idols * orcs converting to you * holy beings becoming neutral git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3745 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 08defe609e..a589e79f45 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -328,8 +328,8 @@ enum branch_type // you.where_are_you
BRANCH_CRYPT,
BRANCH_TOMB,
BRANCH_VESTIBULE_OF_HELL,
- BRANCH_DIS,
- BRANCH_FIRST_HELL = BRANCH_DIS,
+ BRANCH_FIRST_HELL,
+ BRANCH_DIS = BRANCH_FIRST_HELL,
BRANCH_GEHENNA,
BRANCH_COCYTUS,
BRANCH_TARTARUS,