summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 9e73009b6a..427218a601 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2769,7 +2769,7 @@ static bool initialise(void)
draw_border();
new_level();
- init_new_level();
+ init_new_level(false);
// Mark items in inventory as of unknown origin.
origin_set_inventory(origin_set_unknown);