summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/files.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 40ceb8b770..b4b57ec247 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -828,7 +828,8 @@ bool load( dungeon_feature_type stair_taken, int load_mode,
you.level_type,
false );
- if (you.level_type == LEVEL_DUNGEON && old_level_type == LEVEL_DUNGEON)
+ if ((you.level_type == LEVEL_DUNGEON && old_level_type == LEVEL_DUNGEON)
+ || load_mode == LOAD_START_GAME)
{
if (tmp_file_pairs[you.your_level][you.where_are_you] == false)
{