summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 08:09:47 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 08:09:47 +0000
commit67ff47f25420cc6e8cccd2a4f02f1810eb4fe141 (patch)
tree14a399a663badd8e3f4f5007b795df277b8abb23 /crawl-ref/source/enum.h
parentd8d8e53654a523fb6c95ae98f9d3c2ccfd969ca3 (diff)
downloadcrawl-ref-67ff47f25420cc6e8cccd2a4f02f1810eb4fe141.tar.gz
crawl-ref-67ff47f25420cc6e8cccd2a4f02f1810eb4fe141.zip
Removed hill dwarves.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1697 c06c8d41-db1a-0410-9941-cceddc491573
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 30b6dc4256..9ab0ea7940 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3231,7 +3231,6 @@ enum species_type
SP_GREY_ELF,
SP_DEEP_ELF, // 5
SP_SLUDGE_ELF,
- SP_HILL_DWARF,
SP_MOUNTAIN_DWARF,
SP_HALFLING,
SP_HILL_ORC, // 10
@@ -3263,6 +3262,7 @@ enum species_type
SP_KENKU,
SP_MERFOLK,
SP_ELF, // (placeholder)
+ SP_HILL_DWARF, // (placeholder)
NUM_SPECIES, // always after the last species
SP_UNKNOWN = 100