summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-17 11:21:46 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-17 11:21:46 +0000
commiteda11ccd07fd9869b193d33490d456a56649b4de (patch)
tree563c852ef66130b7edaaa7be98ef2c1cb6f61a4f /crawl-ref/source/enum.h
parent775337dbac8f614e6152ae0c0ea37757cc4d344e (diff)
downloadcrawl-ref-eda11ccd07fd9869b193d33490d456a56649b4de.tar.gz
crawl-ref-eda11ccd07fd9869b193d33490d456a56649b4de.zip
bug 1916515: Roll back a portion of r3460 which broke zot. But why?
Will leave bug open until we find out. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3689 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8db957e32a..04a0002c65 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -332,9 +332,9 @@ enum branch_type // you.where_are_you
BRANCH_GEHENNA,
BRANCH_COCYTUS,
BRANCH_TARTARUS,
- BRANCH_HALL_OF_ZOT,
BRANCH_INFERNO, // unimplemented
BRANCH_THE_PIT, // unimplemented
+ BRANCH_HALL_OF_ZOT,
BRANCH_CAVERNS, // unimplemented
NUM_BRANCHES
};