From 6f58c0476ee2afc785c3f62aa5b3a7d06561837b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 14 Mar 2009 16:36:33 +0000 Subject: Remove references to unimplemented branches (Caverns, Pit, Inferno). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9474 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index a505667027..76aaddfe58 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -349,11 +349,8 @@ enum branch_type // you.where_are_you BRANCH_GEHENNA, BRANCH_COCYTUS, BRANCH_TARTARUS, - BRANCH_INFERNO, // unimplemented - BRANCH_THE_PIT, // unimplemented - BRANCH_LAST_HELL = BRANCH_THE_PIT, + BRANCH_LAST_HELL = BRANCH_TARTARUS, BRANCH_HALL_OF_ZOT, - BRANCH_CAVERNS, // unimplemented NUM_BRANCHES }; @@ -1045,10 +1042,7 @@ enum dungeon_feature_type DNGN_ENTER_TOMB, DNGN_ENTER_SWAMP, // 122 DNGN_ENTER_SHOALS, - DNGN_ENTER_RESERVED_2, - DNGN_ENTER_RESERVED_3, - DNGN_ENTER_RESERVED_4, // 126 - DNGN_ENTER_LAST_BRANCH = DNGN_ENTER_RESERVED_4, + DNGN_ENTER_LAST_BRANCH = DNGN_ENTER_SHOALS, // Exits from various branches // Order must be the same as above @@ -1065,12 +1059,9 @@ enum dungeon_feature_type DNGN_RETURN_FROM_SNAKE_PIT, DNGN_RETURN_FROM_ELVEN_HALLS, // 140 DNGN_RETURN_FROM_TOMB, - DNGN_RETURN_FROM_SWAMP, // 142 + DNGN_RETURN_FROM_SWAMP, // 142 DNGN_RETURN_FROM_SHOALS, - DNGN_RETURN_RESERVED_2, - DNGN_RETURN_RESERVED_3, - DNGN_RETURN_RESERVED_4, // 146 - DNGN_RETURN_FROM_LAST_BRANCH = DNGN_RETURN_RESERVED_4, + DNGN_RETURN_FROM_LAST_BRANCH = DNGN_RETURN_FROM_SHOALS, // Portals to various places unknown. DNGN_ENTER_PORTAL_VAULT = 160, -- cgit v1.2.3-54-g00ecf