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.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 47b413b01b..cb3ea53ddf 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1144,6 +1144,12 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
Generated_Levels.insert(level_id::current());
}
+#ifdef USE_TILE
+ tiles.load_dungeon(NULL, you.pos().x, you.pos().y);
+ tile_init_default_flavour();
+ tile_clear_flavour();
+#endif
+
_clear_env_map();
builder(you.your_level, you.level_type);
just_created_level = true;