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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index c81874056b..36eac16777 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6003,6 +6003,8 @@ void player::init()
// Currently only set if Xom accidentally kills the player.
reset_escaped_death();
+
+ on_current_level = true;
}
player_save_info player_save_info::operator=(const player& rhs)