From 8cc7f8f9a7940798f851d0e6b06195858589159d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 23 Oct 2009 19:35:20 +0200 Subject: 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. --- 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 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, -- cgit v1.2.3-54-g00ecf