From 67ff47f25420cc6e8cccd2a4f02f1810eb4fe141 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 30 Jun 2007 08:09:47 +0000 Subject: Removed hill dwarves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1697 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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 -- cgit v1.2.3-54-g00ecf