summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 6f2dbccc15..8f62376770 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1267,7 +1267,7 @@ game_start:
set_mp( you.max_magic_points, false );
// tmpfile purging removed in favour of marking
- tmp_file_pairs.init(false);
+ Generated_Levels.clear();
_initialise_branch_depths();
init_level_connectivity();