summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-25 20:11:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-25 20:11:39 +0000
commit0f4fad723ed09e496c5935d9a74afbefd3b42505 (patch)
tree0a8c5b5b0cdf9c1866df43d09c1e97f4a85630bb /crawl-ref/source/enum.h
parent7ce53143a6ea781bb9bd2eb29995c6d160331328 (diff)
downloadcrawl-ref-0f4fad723ed09e496c5935d9a74afbefd3b42505.tar.gz
crawl-ref-0f4fad723ed09e496c5935d9a74afbefd3b42505.zip
Refixed stubbed SP_ELF (Haran).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1655 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 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