summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 984dc715b8..676a064cbb 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4531,6 +4531,7 @@ void player::init()
experience_level = 1;
max_level = 1;
char_class = JOB_UNKNOWN;
+ species = SP_UNKNOWN;
hunger = 6000;
hunger_state = HS_SATIATED;