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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 03b145a45b..daea1295d9 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1118,6 +1118,8 @@ found_stair:
// Save the created/updated level out to disk:
save_level( you.your_level, (you.level_type != LEVEL_DUNGEON),
you.where_are_you );
+
+ setup_environment_effects();
} // end load()
void save_level(int level_saved, bool was_a_labyrinth, char where_were_you)