summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-23 19:35:20 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-23 20:30:14 +0200
commit8cc7f8f9a7940798f851d0e6b06195858589159d (patch)
tree58036c94b8c0c71ae8300ca8eaa1be0299e6ba92 /crawl-ref/source/enum.h
parent4c378295ed83f92f9b7fcbd71f1d2c1a0ad48744 (diff)
downloadcrawl-ref-8cc7f8f9a7940798f851d0e6b06195858589159d.tar.gz
crawl-ref-8cc7f8f9a7940798f851d0e6b06195858589159d.zip
Renumber species_type starting from 0.
It now behaves like the other enums (e.g. job_type). I hope I got all places where SP_HUMAN == 1 was assumed.
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 a32613eb8e..25f8840f68 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2664,7 +2664,7 @@ enum speed_type
enum species_type
{
- SP_HUMAN = 1,
+ SP_HUMAN,
SP_HIGH_ELF,
SP_DEEP_ELF,
SP_SLUDGE_ELF,