summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index d3ae812e33..88355d3166 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -921,6 +921,8 @@ void end_game( struct scorefile_entry &se )
LEVEL_PANDEMONIUM, false ).c_str() );
unlink( make_filename( you.your_name, 0, BRANCH_MAIN_DUNGEON,
LEVEL_LABYRINTH, false ).c_str() );
+ unlink( make_filename( you.your_name, 0, BRANCH_MAIN_DUNGEON,
+ LEVEL_BAZAAR, false ).c_str() );
// create base file name
std::string basename = get_savedir_filename( you.your_name, "", "" );