summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-04 21:23:23 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-04 21:23:23 +0000
commita6772d2fdc8e96155e6c9b6536bee7454060c31d (patch)
treecb4b9ff8fc24bb69cb369c8c5051305e98ed5c11 /crawl-ref/source/enum.h
parentad41e88ccde026ea8da10551d2e373a6585c5105 (diff)
downloadcrawl-ref-a6772d2fdc8e96155e6c9b6536bee7454060c31d.tar.gz
crawl-ref-a6772d2fdc8e96155e6c9b6536bee7454060c31d.zip
Remove gnomes and grey elves. (Can someone check the tiles compile?)
Species-shifts saves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9328 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 26154eac6a..c913956c1b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2514,7 +2514,7 @@ enum size_type
{
SIZE_TINY, // rats/bats
SIZE_LITTLE, // spriggans
- SIZE_SMALL, // halflings/kobolds/gnomes
+ SIZE_SMALL, // halflings/kobolds
SIZE_MEDIUM, // humans/elves/dwarves
SIZE_LARGE, // trolls/ogres
SIZE_BIG, // large quadrupeds/centaurs/nagas
@@ -2590,7 +2590,6 @@ enum species_type
{
SP_HUMAN = 1,
SP_HIGH_ELF,
- SP_GREY_ELF,
SP_DEEP_ELF,
SP_SLUDGE_ELF,
SP_MOUNTAIN_DWARF,
@@ -2599,7 +2598,6 @@ enum species_type
SP_KOBOLD,
SP_MUMMY,
SP_NAGA,
- SP_GNOME,
SP_OGRE,
SP_TROLL,
SP_RED_DRACONIAN,
@@ -2625,6 +2623,8 @@ enum species_type
SP_ELF, // (placeholder)
SP_HILL_DWARF, // (placeholder)
SP_OGRE_MAGE, // (placeholder)
+ SP_GREY_ELF, // (placeholder)
+ SP_GNOME, // (placeholder)
NUM_SPECIES, // always after the last species
SP_UNKNOWN = 100