summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index fd66426c56..ba1fe4b933 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4054,6 +4054,8 @@ static bool _initialise(void)
#ifdef USE_TILE
tiles.initialise_items();
+ // Must re-run as the feature table wasn't initialized yet.
+ TileNewLevel(newc);
#endif
set_cursor_enabled(false);