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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 80046dc70b..faca4e9a64 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -462,7 +462,7 @@ enum branch_type // you.where_are_you
BRANCH_ELVEN_HALLS,
BRANCH_LAIR,
BRANCH_SWAMP,
- BRANCH_ISLANDS,
+ BRANCH_SHOALS,
BRANCH_SLIME_PITS,
BRANCH_SNAKE_PIT,
BRANCH_HIVE,
@@ -1018,7 +1018,7 @@ enum dungeon_feature_type
DNGN_ENTER_ELVEN_HALLS, // 120
DNGN_ENTER_TOMB,
DNGN_ENTER_SWAMP, // 122
- DNGN_ENTER_ISLANDS,
+ DNGN_ENTER_SHOALS,
DNGN_ENTER_RESERVED_2,
DNGN_ENTER_RESERVED_3,
DNGN_ENTER_RESERVED_4, // 126
@@ -1036,7 +1036,7 @@ enum dungeon_feature_type
DNGN_RETURN_FROM_ELVEN_HALLS, // 140
DNGN_RETURN_FROM_TOMB,
DNGN_RETURN_FROM_SWAMP, // 142
- DNGN_RETURN_FROM_ISLANDS,
+ DNGN_RETURN_FROM_SHOALS,
DNGN_RETURN_RESERVED_2,
DNGN_RETURN_RESERVED_3,
DNGN_RETURN_RESERVED_4, // 146
@@ -2844,7 +2844,7 @@ enum rune_type
RUNE_ELVEN_HALLS = BRANCH_ELVEN_HALLS, // unused
RUNE_TOMB = BRANCH_TOMB,
RUNE_SWAMP = BRANCH_SWAMP,
- RUNE_ISLANDS = BRANCH_ISLANDS,
+ RUNE_SHOALS = BRANCH_SHOALS,
// Runes 50 and 51 are for Pandemonium (general demon) and the Abyss
RUNE_DEMONIC = 50,