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 5c4eac3dbe..6452a0c2fd 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3225,7 +3225,6 @@ enum special_wield_type // you.special_wield
enum species_type
{
SP_HUMAN = 1, // 1
- SP_ELF, // (placeholder)
SP_HIGH_ELF,
SP_GREY_ELF,
SP_DEEP_ELF, // 5
@@ -3261,6 +3260,7 @@ enum species_type
SP_GHOUL, // 35
SP_KENKU,
SP_MERFOLK,
+ SP_ELF, // (placeholder)
NUM_SPECIES, // always after the last species
SP_UNKNOWN = 100