summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index a96e9e507e..40ceb8b770 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -906,6 +906,9 @@ bool load( dungeon_feature_type stair_taken, int load_mode,
redraw_all();
}
+ if (load_mode == LOAD_START_GAME)
+ just_created_level = true;
+
// closes all the gates if you're on the way out
if (you.char_direction == GDT_ASCENDING &&
you.level_type != LEVEL_PANDEMONIUM)