summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
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
};