summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 15:37:54 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 15:37:54 +0000
commit5575ae2b4e56f21fbaf90e591b9e96623c902cb2 (patch)
tree340f80c66fe0bbb0df2f13f596a07534f57f08af /crawl-ref/source/enum.h
parentf0deecaa9c06ee566a2938991fb33e0f89633f37 (diff)
downloadcrawl-ref-5575ae2b4e56f21fbaf90e591b9e96623c902cb2.tar.gz
crawl-ref-5575ae2b4e56f21fbaf90e591b9e96623c902cb2.zip
s/island/shoal/
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1383 c06c8d41-db1a-0410-9941-cceddc491573
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,