summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index d08ae846c1..a14f6fc23f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1235,8 +1235,7 @@ enum holy_word_source_type
enum hunger_state // you.hunger_state
{
- HS_RAVENOUS, // 0: not used within code, really
- HS_STARVING,
+ HS_STARVING, // 0
HS_NEAR_STARVING,
HS_VERY_HUNGRY,
HS_HUNGRY,