summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-25 17:41:56 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-25 17:43:49 +0100
commite125b207452baa2bd8cd6506fc7e60babf92ae88 (patch)
treee4550dac573a468065ef661d6b545cec14eace1f /crawl-ref/source/itemprop-enum.h
parent35a38c2467191b9dc8afcc52f2bd138b982171d4 (diff)
downloadcrawl-ref-e125b207452baa2bd8cd6506fc7e60babf92ae88.tar.gz
crawl-ref-e125b207452baa2bd8cd6506fc7e60babf92ae88.zip
Shorten DNGN_ENTER_FOO/DNGN_RETURN_FROM_FOO enums.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 6261f88139..6e0b15c235 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -278,10 +278,10 @@ enum missile_type
enum rune_type
{
RUNE_SWAMP,
- RUNE_SNAKE_PIT,
+ RUNE_SNAKE,
RUNE_SHOALS,
- RUNE_SLIME_PITS,
- RUNE_ELVEN_HALLS, // unused
+ RUNE_SLIME,
+ RUNE_ELF, // unused
RUNE_VAULTS,
RUNE_TOMB,
@@ -300,7 +300,7 @@ enum rune_type
RUNE_CEREBOV,
RUNE_GLOORX_VLOQ,
- RUNE_SPIDER_NEST,
+ RUNE_SPIDER,
RUNE_FOREST,
NUM_RUNE_TYPES
};