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.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